Gets or sets the theta angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property ThetaAngle() As System.Object |
[C#] |
---|
public System.Object ThetaAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ThetaAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThetaAngle( VARIANT * pThetaAngle ); public: HRESULT put_ThetaAngle( VARIANT thetaAngle ); |
[Java] |
---|
public AgVariant getThetaAngle(); public void setThetaAngle( AgVariant ); |