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


IFeatureLayerSymbology.CanSymbolize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  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.

See Also

IFeatureLayerSymbology Interface