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


IGeometryEnvironment2.UseAlternativeTopoOps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment2 Interface > IGeometryEnvironment2.UseAlternativeTopoOps Property
ArcGIS Developer Help

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