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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.