AGI STK Objects 11Send comments on this topic.
Lat Property (IAgVeImpactLLR)
See Also 
Windows






Windows & Linux

Description

Geocentric impact latitude. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Lat() As Double
[C#]
public double Lat {get; set;}
[Managed C++]
public: __property double get_Lat();
public: __property void set_Lat(
   double
);
[Unmanaged C++]
public: HRESULT get_Lat(
   double * pRetVal
);
public: HRESULT put_Lat(
   double NewLat
);
[Java]
public double getLat();public void setLat(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.