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


IFeatureLayerSymbology.Symbolize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerSymbology Interface > IFeatureLayerSymbology.Symbolize Method
ArcGIS Developer Help

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