ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.Size Property

The size/height of the graphic, expressed in geometry (not display) units.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface

.NET Snippets

Create Force Element