ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdatePane Complex Type
In This Topic
    CT_UpdatePane Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_UpdatePane Complex Type
    Overview
    image optional ST_Uri Simple Type
    defaultTool optional ST_ID Simple Type
    defaultTab optional ST_ID Simple Type
    defaultDockPane optional ST_ID Simple Type
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    imageST_Uri Simple Typeoptional   
    defaultToolST_ID Simple Typeoptional   
    defaultTabST_ID Simple Typeoptional   
    defaultDockPaneST_ID Simple Typeoptional   
    Source
    <xs:complexType name="CT_UpdatePane" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
      <xs:attribute name="image" type="ST_Uri" use="optional" />
      <xs:attribute name="defaultTool" type="ST_ID" use="optional" />
      <xs:attribute name="defaultTab" type="ST_ID" use="optional" />
      <xs:attribute name="defaultDockPane" type="ST_ID" use="optional" />
    </xs:complexType>
    See Also