This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.VertexBasedStretching Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* vertexBased
);
[C++]
HRESULT put_VertexBasedStretching(
VARIANT_BOOL vertexBased
);
[C++]
Parameters vertexBased [out, retval] vertexBased is a parameter of type VARIANT_BOOL vertexBased [in] vertexBased is a parameter of type VARIANT_BOOL
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).
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