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.