STK ObjectsSend comments on this topic.
StartLongitude Property (IAgCvBoundsLatLine)
See Also
Windows





Windows & Linux

Description

Longitude at which the latitude line begins. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartLongitude() As System.Object
[C#]
public System.Object StartLongitude {get; set;}
[Managed C++]
public: __property VARIANT get_StartLongitude();
public: __property void set_StartLongitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_StartLongitude(
    VARIANT * pVal
);
public: HRESULT put_StartLongitude(
    VARIANT StartLongitude
);
[Java]
public AgVariant getStartLongitude();
public void setStartLongitude(
    AgVariant
);
[Python - STK API ]
@property
def StartLongitude(self) -> typing.Any:

@StartLongitude.setter
def StartLongitude(self, StartLongitude:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.