This document is archived and information here might be outdated.  Recommended version.


IMarkerSymbol.Size Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerSymbol Interface > IMarkerSymbol.Size Property
ArcGIS Developer Help

IMarkerSymbol.Size Property

Marker symbol size.

[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
  System.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

.NET Samples

Create a custom tool Custom UI elements using add-ins Dynamic biking Dynamic logo Creating a toolbar of globe tools Creating a toolbar of globe tools Executing geoprocessing tools in the background Geoevents in a MapControl Multivariate renderer Dynamic display layer RSS weather layer Triangle graphic element