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


ISchematicInMemoryFeatureNodeOnLinkGeometry.SetDistance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeOnLinkGeometry Interface > ISchematicInMemoryFeatureNodeOnLinkGeometry.SetDistance Method
ArcGIS Developer Help

ISchematicInMemoryFeatureNodeOnLinkGeometry.SetDistance Method

Changes the distance of the position of the schematic in memory feature node on link.

[Visual Basic .NET]
Public Sub SetDistance ( _
    ByVal Layer As ILayer, _
    ByVal AsRatio As Boolean, _
    ByVal Distance As Double _
)
[C#]
public void SetDistance (
    ILayer Layer,
    bool AsRatio,
    double Distance
);
[C++]
HRESULT SetDistance(
  ILayer* Layer,
  VARIANT_BOOL AsRatio,
  double Distance
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer* AsRatio [in]
AsRatio is a parameter of type bool Distance [in]
Distance is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureNodeOnLinkGeometry Interface