ArcFM Engine Developer Guide
GetUnitsFromCoordinateSystem Method


Syntax
'Declaration
 
Public Shared Function GetUnitsFromCoordinateSystem( _
   ByVal spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference _
) As ESRI.ArcGIS.esriSystem.esriUnits
'Usage
 
Dim spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
Dim value As ESRI.ArcGIS.esriSystem.esriUnits
 
value = CommonModule.GetUnitsFromCoordinateSystem(spatialReference)
public static ESRI.ArcGIS.esriSystem.esriUnits GetUnitsFromCoordinateSystem( 
   ESRI.ArcGIS.Geometry.ISpatialReference spatialReference
)

Parameters

spatialReference
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CommonModule Class
CommonModule Members

 

 


Send Comment