AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SurfaceReference(
AgESurfaceReference NewSurfaceReference
);

[Java]
public AgESurfaceReference getSurfaceReference();public void setSurfaceReference(
AgESurfaceReference
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface