This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* flag
);
[C++] Parameters FeatureLayer [in]
FeatureLayer is a parameter of type IFeatureLayer* flag [out, retval]
flag is a parameter of type bool*