ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMTopoNorthArrow Class
Properties Methods Events


In This Topic
    CIMTopoNorthArrow Class Members
    In This Topic

    The following tables list the members exposed by CIMTopoNorthArrow.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the anchor position of the element. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets a value indicating whether the properties of the topographic north arrow should update automatically based on changes in the map.  
    Public Property Gets or sets the calibration angle for a north arrow. (Inherited from ArcGIS.Core.CIM.CIMNorthArrow)
    Public Property Gets or sets the custom properties of the element. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the date used when calculating declination using world magnetic model.  
    Public Property Gets or sets a value indicating the date interval used to calculate declination. The default value is 5 which is based on the interval used by the World Magnetic Model. A value of zero indicates the current date should be used.  
    Public Property Gets or sets the line symbol used to display declination arc lines.  
    Public Property Gets or sets a value indicating whether the directional notes are displayed on the north arrow.  
    Public Property Gets or sets a value indicating whether to draw the element to specification size or allow user to manually resize element.  
    Public Property Gets or sets a value indicating whether this element is expanded in the contents pane. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the geometry of a frame for an element. (Inherited from ArcGIS.Core.CIM.CIMFrameElement)
    Public Property Gets or sets the Grid Magnetic declination.  
    Public Property Gets or sets the graphic symbology of an element's frame. (Inherited from ArcGIS.Core.CIM.CIMFrameElement)
    Public Property Gets or sets the Grid Convergence declination.  
    Public Property Gets or sets a value indicating whether the zone is the primary zone. Set to false when using 2nd north arrow for maps that extend across two UTM zones.  
    Public Property Gets or sets a value indicating whether the topographic north arrow is displayed in large size.  
    Public Property Gets or sets a value indicating whether a leading zero is displayed for minute coordinates of grid convergence.  
    Public Property Gets or sets the symbol used for line elements in the topographic north arrow.  
    Public Property Gets or sets a value indicating whether the element is locked. Each element in the contents pane has a lock icon. If the icon is shown as locked, you can not select that feature in the layout using the select tool. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets a value indicating whether the aspect ratio for an element is locked. If locked, the width and height values stretch proportionally. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the symbol displayed at top of magnetic north line when the gm-angle is negative.  
    Public Property Gets or sets the symbol displayed at top of magnetic north line when the gm-angle is positive.  
    Public Property Gets or sets the symbol displayed at top of magnetic north line when the gm-angle is 0 degrees.  
    Public Property Gets or sets the map frame associated with the map surround. (Inherited from ArcGIS.Core.CIM.CIMMapSurround)
    Public Property Gets or sets the maximum scale. (Inherited from ArcGIS.Core.CIM.CIMMapSurround)
    Public Property Gets or sets the minimum scale. (Inherited from ArcGIS.Core.CIM.CIMMapSurround)
    Public Property Gets or sets the name of the element. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the map product specification type of topographic north arrow.  
    Public Property Gets or sets the reference location for a north arrow. (Inherited from ArcGIS.Core.CIM.CIMNorthArrow)
    Public Property Gets or sets the rotation of the element. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the location of the anchor in page units.This is also the location the feature is rotated around. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets a value indicating whether GM angle is rounded for display. If true GM angle is displayed to nearest 1/2 degree, if false it is displayed as degrees and minutes.  
    Public Property Gets or sets a value indicating whether Mils rounded for display. If true Mils for both GC and GM will be displayed rounded to nearest 10 Mils, otherwise to nearest 1 Mil. If RoundGMAngle is true, this property is ignored.  
    Public Property Gets or sets the symbol used for text elements in topographic north arrow.  
    Public Property Gets or sets the symbol displayed at top of true north line, default is a star.  
    Public Property Gets or sets a value indicating whether the element is visible. (Inherited from ArcGIS.Core.CIM.CIMElement)
    Public Property Gets or sets the spatial reference used for calculating declination, typically a UTM zone.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMTopoNorthArrow.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMTopoNorthArrow with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMTopoNorthArrow and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also