This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator6 Interface > ITopologicalOperator6.UnionEx Method (ArcObjects .NET 10.5 SDK) |
Constructs the set-theoretic union of the inputs, with the option for non-planary result.
[Visual Basic .NET] Public Function UnionEx ( _ ByVal other As IGeometry, _ ByVal bNonPlanar As Boolean _ ) As IGeometry
[C#] public IGeometry UnionEx ( IGeometry other, bool bNonPlanar );
[C++]
HRESULT UnionEx(
IGeometry* other,
VARIANT_BOOL bNonPlanar,
IGeometry** pUnion
);
[C++]
Parameters other
other is a parameter of type IGeometry bNonPlanar bNonPlanar is a parameter of type VARIANT_BOOL pUnion [out, retval]
pUnion is a parameter of type IGeometry