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


ISimpleMarkerSymbol.OutlineSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleMarkerSymbol Interface > ISimpleMarkerSymbol.OutlineSize Property
ArcGIS Developer Help

ISimpleMarkerSymbol.OutlineSize Property

Outline diameter.

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

OutlineSize is the width of the outline in points (approx. 1/72 of an inch).

See Also

ISimpleMarkerSymbol Interface