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


In This Topic
    CIMProfileGrid Class Members
    In This Topic

    The following tables list the members exposed by CIMProfileGrid.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether to calculate the start and stop of grid automatically If set to false user will set the minimum and maximum based on requirements.  
    Public Property Gets or sets the line Symbol for the major grid lines.  
    Public Property Gets or sets the horizontal scale for the profile.  
    Public Property Gets or sets the text symbol for the horizontal scale.  
    Public Property Gets or sets the horizontal scale units for the profile.  
    Public Property Gets or sets a value indicating whether to show the entire length of curved approach, or just show up to a particular distance.  
    Public Property Gets or sets the number of subdivisions in horizontal direction.  
    Public Property Gets or sets the number of divisions in vertical direction.  
    Public Property Gets or sets the line symbol for the subdivision.  
    Public Property Gets or sets the vertical interval for scale in feet.  
    Public Property Gets or sets the vertical interval for scale in meters.  
    Public Property Gets or sets the vertical scale for the profile.  
    Public Property Gets or sets the text symbol for the vertical scale left.  
    Public Property Gets or sets the text symbol for the vertical scale right.  
    Public Property Gets or sets the vertical scale units for the profile.  
    Public Property Gets or sets the horizontal length maximum value.  
    Public Property Gets or sets the vertical scale maximum value.  
    Public Property Gets or sets the vertical scale minimum value.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMProfileGrid.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMProfileGrid 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 CIMProfileGrid 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