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


ISchematicAlgoRadialTree.InitialRadius Property (ArcObjects .NET 10.5 SDK)
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