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( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarSurfaceDistanceBetweenPoints( String __gc ^ Name, String __gc ^ Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarSurfaceDistanceBetweenPoints( BSTR Name, BSTR Description, IAgCrdnCalcScalar ** ppRetVal ); |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarSurfaceDistanceBetweenPoints( String Name, String Description ); |
[Python - STK API ] |
---|
def CreateCalcScalarSurfaceDistanceBetweenPoints(self, Name:str, Description:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.