ArcObjects Library Reference (Schematic)  

ISchematicAlgoSmartTree.DistancePerpendicularToDirection Property

Spacing between the nodes that display perpendicularly to the smart tree direction and that belong to the same subtree level; that is, spacing between the nodes that belong to the same hierarchical level in the same subtree.

[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

ISchematicAlgoSmartTree Interface