ArcObjects Library Reference (Carto)  

ILookupSymbol.ResetLookupSymbol Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

ILookupSymbol Interface