Get the transformation of an element.
[Visual Basic 6.0] Sub GetElementTransformation(
ByVal elementIndex As Long, _
ppTrans As IVector3D, _
ppScale As IVector3D, _
ppRotate As IVector3D _
)
[Visual Basic .NET] Public Sub GetElementTransformation ( _ ByVal elementIndex As Integer, _ ByRef ppTrans As IVector3D, _ ByRef ppScale As IVector3D, _ ByRef ppRotate As IVector3D _ )
[C#] public void GetElementTransformation ( int elementIndex, ref IVector3D ppTrans, ref IVector3D ppScale, ref IVector3D ppRotate );
[Java] public void getElementTransformation ( int elementIndex, IVector3D ppTrans, IVector3D ppScale, IVector3D ppRotate ) throws IOException, AutomationException
[C++] HRESULT GetElementTransformation( long elementIndex, IVector3D** ppTrans, IVector3D** ppScale, IVector3D** ppRotate );
Parameters
elementIndex [in]
elementIndex is a parameter of type long
ppTrans [out]
ppTrans is a parameter of type IVector3D
ppScale [out]
ppScale is a parameter of type IVector3D
ppRotate [out]
ppRotate is a parameter of type IVector3D