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


IGraph.VertexBasedStretching Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.VertexBasedStretching Property
ArcGIS Developer Help

IGraph.VertexBasedStretching Property

The stretching model to nearest vertex (true) or junction (false) based stretching.

[Visual Basic .NET]
Public Property VertexBasedStretching As Boolean
[C#]
public bool VertexBasedStretching {get; set;}
[C++]
HRESULT get_VertexBasedStretching(
  Boolean* vertexBased
);
[C++]
HRESULT put_VertexBasedStretching(
  VARIANT_BOOL vertexBased
);
[C++]
Parameters
vertexBased [out, retval]

vertexBased is a parameter of type bool* vertexBased [in]
vertexBased is a parameter of type bool

Product Availability

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

Description

VertexBasedStretching controls the stretching model for the specified graph: vertex (true) or junction (false) based stretching.  Vertex based stretching modifies features to the nearest vertex(es), while junction based stretching will proportionally modify the feature to the nearest junction(s).

See Also

IGraph Interface | IGraph.VertexBasedStretching Property | INetworkUpdate Interface | IUtilityNetwork Interface | INetworkWorkspace Interface | INetwork Interface | IGraph.VertexBasedStretching Property | IForwardStar Interface | INetworkClass.GeometricNetwork Property | INetworkClass.NetworkAncillaryRole Property | INetworkClass.FieldToWeightMapping Property