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


In This Topic
    CIMObject Class Methods
    In This Topic

    For a list of all members of this type, see CIMObject members.

    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
    See Also