This document is archived and information here might be outdated. Recommended version. |
Gets expressions for rotation about each axis. In case of non-3D rotation, Z axis is used.
[Visual Basic .NET]
Public Sub GetSymbolRotation3DExpressions ( _
ByRef pExpressionX As String, _
ByRef pExpressionY As String, _
ByRef pExpressionZ As String _
)
[C#]
public void GetSymbolRotation3DExpressions (
ref string pExpressionX,
ref string pExpressionY,
ref string pExpressionZ
);
[C++]
HRESULT GetSymbolRotation3DExpressions(
System.String* pExpressionX,
System.String* pExpressionY,
System.String* pExpressionZ
);
[C++] Parameters pExpressionX [out]
pExpressionX is a parameter of type BSTR* pExpressionY [out]
pExpressionY is a parameter of type BSTR* pExpressionZ [out]
pExpressionZ is a parameter of type BSTR*