|
SubPolyline3Item Property
|
Get the point at the specified index.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Point3
Get
public:
property Point3 default[int index] {
Point3 get (int index);
}
member Item : Point3 with get
Parameters
- index
- Type: SystemInt32
Index of the point in the poly-line.
Return Value
Type:
Point3The point at the specified index.
See Also