Create instances of BoundingSphere.
[Visual Basic .NET] |
---|
Public Function Initialize( _
ByRef Center As System.Array, _
ByVal Radius As Double _
) As IAgStkGraphicsBoundingSphere
|
[C#] |
---|
public IAgStkGraphicsBoundingSphere Initialize(
|
[Managed C++] |
---|
public: IAgStkGraphicsBoundingSphere^ Initialize(
|
[Java] |
---|
public IAgStkGraphicsBoundingSphere initialize(
|
[Unmanaged C++] |
---|
public: HRESULT Initialize(
|
- Center
- Specify a center of bounding sphere as a one-dimensional array with three elements corresponding to the (X,Y,Z) cartesian coordiantes.
- Radius
- Specify a radius of bounding sphere.
Shows the format of
the Center parameter when creating a bounding sphere.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Center parameter when creating a bounding sphere.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|