This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INorthArrow2 Interface > INorthArrow2.Size Property (ArcObjects .NET 10.4 SDK) |
Size of the north arrow in points (1/72 inch).
[Visual Basic .NET] Public Property Size As Double
[C#] public double Size {get; set;}
[C++]
HRESULT get_Size(
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