Computes boundary positions for a sector on
the specified centralBody This is equivalent to calling Compute
Sector with a granularity of
1
degree.[Visual Basic .NET] |
---|
Public Function ComputeSector( _
ByVal CentralBody As String, _
ByRef Center As System.Array, _
ByVal InnerRadius As Double, _
ByVal OuterRadius As Double, _
ByVal StartBearing As Double, _
ByVal EndBearing As Double _
) As IAgStkGraphicsSurfaceShapesResult
|
[C#] |
---|
public IAgStkGraphicsSurfaceShapesResult ComputeSector(
|
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeSector(
|
[Java] |
---|
public IAgStkGraphicsSurfaceShapesResult computeSector(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeSector(
|
- CentralBody
- The central body to compute the sector on.
- Center
- An array containing the center of the sector (in the order x, y, z), in the centralBody's fixed reference frame.
- InnerRadius
- The inner radius of the sector, in meters.
- OuterRadius
- The outer radius of the sector, in meters.
- StartBearing
- An angle, in radians, measured clockwise from north indicating the start bearing for the sector.
- EndBearing
- An angle, in radians, measured clockwise from north indicating the end bearing for the sector.
Shows the format of
the Center parameter when computing a sector.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Center parameter when computing a sector.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|