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


ISchematicAlgoSmartTree.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 > ISchematicAlgoSmartTree Interface > ISchematicAlgoSmartTree.DistancePerpendicularToDirection Property
ArcGIS Developer Help

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

ISchematicAlgoSmartTree Interface