AGI STK VGT 11Send comments on this topic.
CreateCalcScalarSurfaceDistanceBetweenPoints Method (IAgCrdnCalcScalarFactory)
See Also
Name
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 
[C#]
public IAgCrdnCalcScalar CreateCalcScalarSurfaceDistanceBetweenPoints(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnCalcScalar^ CreateCalcScalarSurfaceDistanceBetweenPoints(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnCalcScalar createCalcScalarSurfaceDistanceBetweenPoints(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateCalcScalarSurfaceDistanceBetweenPoints(
    BSTR Name,
    BSTR Description,
    IAgCrdnCalcScalar ** ppRetVal
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.