| IPolygonWithHoles2DHoles Property |
Gets the holes
Namespace: TSD.API.Remoting.GeometryAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IListOfReadOnlyProperties<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
IListOfReadOnlyPropertiesIPolygon2DSee Also