This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator6 Interface > ITopologicalOperator6.ConstructUnionEx Method (ArcObjects .NET 10.4 SDK) |
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