ArcGIS Pro DAML Schema
CT_UpdatePanes Complex Type
ArcGIS Pro DAML Schema : CT_UpdatePanes Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
updatePane Element content Element Choice insertPane Element deletePane Element Choice CT_UpdatePanes Complex Type
Overview
Choice 0..∞
refID required ST_ID Simple Type
smallImage optional ST_Uri Simple Type
defaultTool optional ST_ID Simple Type
defaultTab optional ST_ID Simple Type
defaultDockPane optional ST_ID Simple Type
loadingMessage optional ST_String Simple Type
showLoadingMessage optional xs:boolean
hasCloseAllButThisCommand optional xs:boolean
isDropTarget optional xs:boolean
Choice optional
assembly optional
className optional
publicKeyToken optional
version optional
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
panes Element
Source
<xs:complexType name="CT_UpdatePanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="deletePane" type="CT_Delete" />
    <xs:element name="insertPane" type="CT_Pane" />
    <xs:element name="updatePane" type="CT_UpdatePane" />
  </xs:choice>
</xs:complexType>
See Also
ArcGIS Pro DAML Schema