Indicates if the feature layer can be symbolized.
[Visual Basic .NET] Public Function get_CanSymbolize ( _ ByVal FeatureLayer As IFeatureLayer _ ) As Boolean
[C#] public bool get_CanSymbolize ( IFeatureLayer FeatureLayer );
[C++]
HRESULT get_CanSymbolize(
IFeatureLayer* FeatureLayer,
VARIANT_BOOL* flag
);
[C++]Parameters
FeatureLayer [in]FeatureLayer is a parameter of type IFeatureLayer
flag [out, retval] flag is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.