AGI STK Astrogator 11 Send comments on this topic.
RefVectorName Property (IAgVABThetaCalc)
See Also 





Description

The reference vector to use to define the B-plane.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_RefVectorName();
public: __property void set_RefVectorName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_RefVectorName(
BSTR * pRetVal
);
public: HRESULT put_RefVectorName(
BSTR NewRefVectorName
);

[Java]
public String getRefVectorName();public void setRefVectorName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1