ArcObjects Library Reference (Schematic)  

ISchematicAlgoSmartTree.SubtreeSeparation Property

Spacing between two neighbor subtrees; that is, spacing between the nodes that display perpendicularly to the smart tree direction and that belong to two different subtrees.

[Visual Basic .NET]
Public Property SubtreeSeparation As Double
[C#]
public double SubtreeSeparation {get; set;}
[C++]
HRESULT get_SubtreeSeparation(
  double* pVal
);
[C++]
HRESULT put_SubtreeSeparation(
  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