TriangulatorResultIndices Property |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual Collection<int> Indices { get; }
Public Overridable ReadOnly Property Indices As Collection(Of Integer)
Get
public:
virtual property Collection<int>^ Indices {
Collection<int>^ get ();
}
abstract Indices : Collection<int> with get
override Indices : Collection<int> with get
Property Value
Type:
CollectionInt32See Also