ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicRenderer2.Size Property

Indicates the size, in geometry units, of tactical graphics produced by this renderer.

[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

ITacticalGraphicRenderer2 Interface