ArcObjects Library Reference (Schematic)  

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(
  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