STK UtilSend comments on this topic.
C Property (IAgDirectionEuler)
See Also
Windows





Windows & Linux

Description

Euler C angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C() As System.Object
[C#]
public System.Object C {get; set;}
[Managed C++]
public: __property VARIANT get_C();
public: __property void set_C( VARIANT );
[Unmanaged C++]
public: HRESULT get_C(
    VARIANT * pVal
);
public: HRESULT put_C(
    VARIANT vB
);
[Java]
public AgVariant getC();
public void setC(
    AgVariant
);
[Python - STK API ]
@property
def C(self) -> typing.Any:

@C.setter
def C(self, vB:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.