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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1