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


IEIDHelper.PartialComplexEdgeGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

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 VARIANT_BOOL

Product Availability

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

See Also

IEIDHelper Interface