DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Topology.ForceShapeFixing | Methods | Properties
If True then topological operations will force shape fixing. True will slow down any polygonal operations due to the fact that shape fixing will ensure proper winding and overlapping issues. Global default (which is False) can be set using GisTopologyForceShapeFixing().
// C# public Boolean ForceShapeFixing { get {} set {} }
' VisualBasic Public Property ForceShapeFixing As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public property ForceShapeFixing : Boolean read read;
Type |
---|
bool Boolean |