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(
  VARIANT_BOOL alternativeTopoOps
);
[C++]

Parameters

alternativeTopoOps [out, retval]   alternativeTopoOps is a parameter of type VARIANT_BOOL alternativeTopoOps   alternativeTopoOps is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometryEnvironment2 Interface