Units Property
Units returns or sets the graticule units. Returns a SrfGraticuleUnitType.
Syntax
object.Units
object.Units = Units
| 
                                                     Parameter  | 
                                                
                                                     Type  | 
                                                
                                                     Description  | 
                                            
| 
                                                     Units  | 
                                                
                                                     required  | 
                                            
Example 1
This example demonstrates how to return the graticule units.
Debug.Print Graticule.Units
Example 2
This example demonstrates how to set the graticule units to inches.
Graticule.Units = srfGraticuleUnitIn
Used by: Graticule Object