AGI STK Objects 11 Send comments on this topic.
ReferenceAxes Property (IAgSnPtFixedAxes)
See Also 





Description

The reference axes with respect to which the sensor is pointed. The sensor's body axes or any axes dependent upon the sensor's body axes are invalid; all other axes are valid choices for the reference axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxes() As String

[C#]
public string ReferenceAxes {get; set;}

[Managed C++]
public: __property String __gc ^ get_ReferenceAxes();
public: __property void set_ReferenceAxes(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceAxes(
BSTR * pRetVal
);
public: HRESULT put_ReferenceAxes(
BSTR NewReferenceAxes
);

[Java]
public String getReferenceAxes();public void setReferenceAxes(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1