ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicDisplayList.Size Property

The size used for graphics in the display list (currently unsupported).

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicDisplayList Interface