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


ISymbolPropertyPage.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > ISymbolPropertyPage Interface > ISymbolPropertyPage.Units Property
ArcGIS Developer Help

ISymbolPropertyPage.Units Property

Units to display symbol properties in.

[Visual Basic .NET]
Public Property Units As esriUnits
[C#]
public esriUnits Units {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Specifies the units of measurement for the Symbol Properties as esriSystem::esriUnits. Valid units are points, inches, centimeters and millimeters.

See Also

ISymbolPropertyPage Interface