AGI STK Objects 11 Send comments on this topic.
Angle Property (IAgAccessCnstrAngle)
See Also 





Description

Angle value for the constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle() As System.Object

[C#]
public System.Object Angle {get; set;}

[Managed C++]
public: __property VARIANT get_Angle();
public: __property void set_Angle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Angle(
VARIANT * pRetVal
);
public: HRESULT put_Angle(
VARIANT NewAngle
);

[Java]
public Variant getAngle();public void setAngle(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1