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] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarSurfaceDistanceBetweenPoints( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarSurfaceDistanceBetweenPoints( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [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.






