This document is archived and information here might be outdated. Recommended version. |
Resets temporary options on the symbol (e.g. Rotation).
[Visual Basic .NET] Public Sub ResetLookupSymbol ( _ ByVal Symbol As ISymbol _ )
[C#] public void ResetLookupSymbol ( ISymbol Symbol );
[C++]
HRESULT ResetLookupSymbol(
ISymbol* Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ISymbol*
This method resets modifications to marker symbol angles that may be set on the symbol reference handed to the label engine. When implementing this interface it is important to reset any marker symbol rotation changes in this method.