STK ObjectsSend comments on this topic.
SetPointsLLA Method (IAgCvPointDefinition)
See Also
LLAPoints
Windows





Windows & Linux

Description

Method that uses an array of latitude/longitude/altitude values to define a coverage grid point.

Syntax

[Visual Basic .NET]
Public Sub SetPointsLLA( _
    ByVal LLAPoints As System.Array _
)
[C#]
public void SetPointsLLA(
    System.Array LLAPoints
);
[Managed C++]
public: void SetPointsLLA(
    System::Array ^ LLAPoints
);
[Unmanaged C++]
public: HRESULT SetPointsLLA(
    SAFEARRAY * * LLAPoints
);
[Java]
public void setPointsLLA(
    AgSafeArray LLAPoints
);
[Python - STK API ]
def SetPointsLLA(self, LLAPoints:list) -> None:

Parameters

LLAPoints

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.