User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_topology.forceshapefixing

Table of Contents

ITGIS_Topology.ForceShapeFixing property

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().

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Type
bool
Boolean
2022/11/30 19:10

Page Tools