AGI STK Astrogator 11 Send comments on this topic.
ConstraintVectorName Property (IAgVAAttitudeControl)
See Also 





Description

Constraint Vector - the vector toward which this body vector is constrained.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_ConstraintVectorName();
public: __property void set_ConstraintVectorName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ConstraintVectorName(
BSTR * pRetVal
);
public: HRESULT put_ConstraintVectorName(
BSTR NewConstraintVectorName
);

[Java]
public String getConstraintVectorName();public void setConstraintVectorName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1