ArcObjects Library Reference (Geometry)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITopologicalOperator6 Interface