ArcObjects Library Reference (Display)  

IMarkerSymbol.Size Property

Marker symbol size.

[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, ArcGIS Desktop, and ArcGIS Server.

Description

Size is the size (the largest measurement, height or width) in points (approx 1/72 inch) of a marker symbol.

See Also

IMarkerSymbol Interface