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


IFeatureLayerSymbology.CanSymbolize Property (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.CanSymbolize Property
ArcGIS Developer Help

IFeatureLayerSymbology.CanSymbolize Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureLayerSymbology Interface