|
ShellSectionStatePolylines Property
|
Gets or sets the list of crossed section.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<PolyLine3> Polylines { get; set; }Public Property Polylines As List(Of PolyLine3)
Get
Set
public:
property List<PolyLine3^>^ Polylines {
List<PolyLine3^>^ get ();
void set (List<PolyLine3^>^ value);
}member Polylines : List<PolyLine3> with get, set
Property Value
Type:
ListPolyLine3
See Also