STK Vector Geometry ToolSend comments on this topic.
CreateCalcScalarSurfaceDistanceBetweenPoints Method (IAgCrdnCalcScalarFactory)
See Also
Name
Component's name. The name must not have spaces.
Description
Component's optional description.
Windows





Windows & Linux

Description

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).

Syntax

[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":

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.