ArcObjects Library Reference (Carto)  

IMapLayerInfo4.CanScaleSymbols Property

Indicates if the layer supports symbol scaling.

[Visual Basic .NET]
Public ReadOnly Property CanIdentify As Boolean
[C#]
public bool CanIdentify {get;}
[C++]
HRESULT get_CanScaleSymbols(
  VARIANT_BOOL* canScale
);
[C++]

Parameters

canScale [out, retval]   canScale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapLayerInfo4 Interface