This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerSymbology Interface > IFeatureLayerSymbology.CanSymbolize Property (ArcObjects .NET 10.4 SDK) |
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