This document is archived and information here might be outdated.  Recommended version.


ILookupSymbol.ResetLookupSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILookupSymbol Interface > ILookupSymbol.ResetLookupSymbol Method
ArcGIS Developer Help

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