ESRI.ArcGIS.ADF.IMS
Units Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > LayoutInfo Class : Units Property




Returns the page units of the layout.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Units As PageUnits
Visual Basic (Usage)Copy Code
Dim instance As LayoutInfo
Dim value As PageUnits
 
value = instance.Units
C# 
public PageUnits Units {get;}

Example

For an example, see the LayoutInfo overview.

Remarks

This property gives the units for the size specified in the Extent property of LayoutInfo. These units are page size units, such as inches or millimeters, not map units.

See Also

© 2010 All Rights Reserved.