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






Windows & Linux

Description

Opt to display the globe's surface at the mean sea level (MSL) or at the central body's reference ellipsoid (WGS84).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SurfaceReference() As AgESurfaceReference
[C#]
public AgESurfaceReference SurfaceReference {get; set;}
[Managed C++]
public: __property AgESurfaceReference get_SurfaceReference();
public: __property void set_SurfaceReference( AgESurfaceReference );
[Unmanaged C++]
public: HRESULT get_SurfaceReference(
    AgESurfaceReference * pVal
);
public: HRESULT put_SurfaceReference(
    AgESurfaceReference Type
);
[Java]
public AgESurfaceReference getSurfaceReference();
public void setSurfaceReference(
    AgESurfaceReference
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.