|
SubPolyline3LastIndx Property
|
Gets or sets the last index of the subset.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int LastIndx { get; set; }
Public Property LastIndx As Integer
Get
Set
public:
property int LastIndx {
int get ();
void set (int value);
}
member LastIndx : int with get, set
Property Value
Type:
Int32
See Also