SurfaceTriangulatorResultIndices 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 override Collection<int> Indices { get; }
Public Overrides ReadOnly Property Indices As Collection(Of Integer)
Get
public:
virtual property Collection<int>^ Indices {
Collection<int>^ get () override;
}
abstract Indices : Collection<int> with get
override Indices : Collection<int> with get
Property Value
Type:
CollectionInt32See Also