This document is archived and information here might be outdated.  Recommended version.


IGeometryEnvironment2.UseAlternativeTopoOps Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IGeometryEnvironment2.UseAlternativeTopoOps Property

Indicates whether alternative versions of polygon intersection and union should be used.

[Visual Basic .NET]
Public Property UseAlternativeTopoOps As Boolean
[C#]
public bool UseAlternativeTopoOps {get; set;}
[C++]
HRESULT get_UseAlternativeTopoOps(
  VARIANT_BOOL alternativeTopoOps
);
[C++]
HRESULT put_UseAlternativeTopoOps(
  Boolean* alternativeTopoOps
);
[C++]

Parameters alternativeTopoOps
alternativeTopoOps is a parameter of type bool alternativeTopoOps [out, retval]
alternativeTopoOps is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometryEnvironment2 Interface