This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.SetSymbol Method (ArcObjects .NET 10.5 SDK) |
Sets the symbol used for drawing. Four different symbols can be specified simultaneously: Marker, Line, Fill, Text.
[Visual Basic .NET] Public Sub SetSymbol ( _ ByVal sym As ISymbol _ )
[C#] public void SetSymbol ( ISymbol sym );
[C++]
HRESULT SetSymbol(
ISymbol* sym
);
[C++]
Parameters sym [in]
sym is a parameter of type ISymbol