 | IPolygonWithHoles2DHoles Property |
Gets the holes
Namespace:
TSD.API.Remoting.GeometryAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIListOfReadOnlyProperties<IPolygon2D> Holes { get; }
ReadOnly Property Holes As IListOfReadOnlyProperties(Of IPolygon2D)
Get
property IListOfReadOnlyProperties<IPolygon2D^>^ Holes {
IListOfReadOnlyProperties<IPolygon2D^>^ get ();
}
abstract Holes : IListOfReadOnlyProperties<IPolygon2D> with get
Property Value
Type:
IListOfReadOnlyPropertiesIPolygon2D
See Also