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


ISchematicAlgoMainLineTree.DistancePerpendicularToDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoMainLineTree Interface > ISchematicAlgoMainLineTree.DistancePerpendicularToDirection Property
ArcGIS Developer Help

ISchematicAlgoMainLineTree.DistancePerpendicularToDirection Property

Spacing between the nodes that display perpendicularly to the main line direction; that is, spacing between the nodes that belong to a same hierarchical level.

[Visual Basic .NET]
Public Property DistancePerpendicularToDirection As Double
[C#]
public double DistancePerpendicularToDirection {get; set;}
[C++]
HRESULT get_DistancePerpendicularToDirection(
  System.Double* pVal
);
[C++]
HRESULT put_DistancePerpendicularToDirection(
  double pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoMainLineTree Interface