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


IEIDHelper.PartialComplexEdgeGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.PartialComplexEdgeGeometry Property
ArcGIS Developer Help

IEIDHelper.PartialComplexEdgeGeometry Property

Indicates if the EIDs representing partial complex edges return the geometry of the partial complex edge.

[Visual Basic .NET]
Public WriteOnly Property PartialComplexEdgeGeometry
[C#]
public void PartialComplexEdgeGeometry {set;}
[C++]
HRESULT put_PartialComplexEdgeGeometry(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IEIDHelper Interface