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


IFeatureLayerSymbology.Symbolize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureLayerSymbology.Symbolize Method

Symbolizes the specified feature layer with default symbology.

[Visual Basic .NET]
Public Sub Symbolize ( _
    ByVal FeatureLayer As IFeatureLayer _
)
[C#]
public void Symbolize (
    IFeatureLayer FeatureLayer
);
[C++]
HRESULT Symbolize(
  IFeatureLayer* FeatureLayer
);
[C++]

Parameters FeatureLayer [in]
FeatureLayer is a parameter of type IFeatureLayer

Product Availability

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

See Also

IFeatureLayerSymbology Interface