ArcObjects Library Reference (Schematic)  

ISchematicAlgoRadialTree.InitialRadius Property

Radius of the first concentric circle which center is the Radial Tree root node.

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

ISchematicAlgoRadialTree Interface