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