ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicLayer2.Size Property

The method sets the size/height of all cached graphics in the layer. Expressed in either geometry units or as a fraction of the display height.

[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
  double* Size
);
[C++]
HRESULT put_Size(
  double Size
);
[C++]

Parameters

Size [out, retval]   Size is a parameter of type double Size [in]   Size is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicLayer2 Interface