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


ISymbolCollectionElement.Size Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Size Property
ArcGIS Developer Help

ISymbolCollectionElement.Size Property

Font size.

[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
  System.Double* pointSize
);
[C++]
HRESULT put_Size(
  double pointSize
);
[C++]
Parameters
pointSize [out, retval]

pointSize is a parameter of type double* pointSize [in]
pointSize is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbolCollectionElement Interface