Gets the ModelTransformationType associated with the transformation.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEStkGraphicsModelTransformationType |
[C#] |
---|
public AgEStkGraphicsModelTransformationType Type {get;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsModelTransformationType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEStkGraphicsModelTransformationType * pRetVal ); |
[Java] |
---|
public AgEStkGraphicsModelTransformationType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEStkGraphicsModelTransformationType": |