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


In This Topic
    CIMObject Class Members
    In This Topic

    The following tables list the members exposed by CIMObject.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Creates a deep copy of the CIMObject.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMObject with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use.  
    Public Method Reads the element inside the reader.  
    Public Method Creates a JSON encoding of the CIMObject and its current state.  
    Public Method Writes the element inside the writer.  
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed.  
    Protected Method Reads the current element from the reader. Returns 'True' if the EndElement node was read by the function.  
    Protected Method Writes the elements to xml writer  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes.  
    Top
    See Also