|
Element1DStatesCollectionBasePoints Property
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerable<Point3> BasePoints { get; }
Public ReadOnly Property BasePoints As IEnumerable(Of Point3)
Get
public:
property IEnumerable<Point3>^ BasePoints {
IEnumerable<Point3>^ get ();
}
member BasePoints : IEnumerable<Point3> with get
Property Value
Type:
IEnumerablePoint3
See Also