|
CrossedSectionPolyline Property
|
Gets or sets the cross section geometry.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PolyLine3 Polyline { get; set; }
Public Property Polyline As PolyLine3
Get
Set
public:
property PolyLine3^ Polyline {
PolyLine3^ get ();
void set (PolyLine3^ value);
}
member Polyline : PolyLine3 with get, set
Property Value
Type:
PolyLine3
See Also