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


ITopologicalOperator6.ConstructUnionEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator6 Interface > ITopologicalOperator6.ConstructUnionEx Method
ArcGIS Developer Help

ITopologicalOperator6.ConstructUnionEx Method

Defines this geometry to be the union of the inputs, with the option for non-planary result.

[Visual Basic .NET]
Public Sub ConstructUnionEx ( _
    ByVal pEnum As IEnumGeometry, _
    ByVal bNonPlanar As Boolean _
)
[C#]
public void ConstructUnionEx (
    IEnumGeometry pEnum,
    bool bNonPlanar
);
[C++]
HRESULT ConstructUnionEx(
  IEnumGeometry* pEnum,
  VARIANT_BOOL bNonPlanar
);
[C++]
Parameters
pEnum 

pEnum is a parameter of type IEnumGeometry* bNonPlanar
bNonPlanar is a parameter of type bool

Product Availability

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

See Also

ITopologicalOperator6 Interface