Create a calc scalar calculation that is surface distance along the specified central body ellipsoid between two points (or their respective projections if specified at altitude).
| [Visual Basic .NET] |
|---|
Public Function CreateCalcScalarSurfaceDistanceBetweenPoints( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarSurfaceDistanceBetweenPoints( |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarSurfaceDistanceBetweenPoints( |
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarSurfaceDistanceBetweenPoints( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateCalcScalarSurfaceDistanceBetweenPoints( |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
