ArcGIS Pro DAML Schema
CT_UpdateDockPanes Complex Type
ArcGIS Pro DAML Schema : CT_UpdateDockPanes Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
updateDockPane Element content Element Sequence Sequence tooltip Element Sequence Sequence insertDockPane Element deleteDockPane Element Choice CT_UpdateDockPanes Complex Type
Overview
Choice 0..∞
refID required ST_ID Simple Type
Sequence
Sequence optional
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
Sequence optional
assembly optional
className optional
publicKeyToken optional
version optional
Used By
dockPanes Element
Source
<xs:complexType name="CT_UpdateDockPanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="deleteDockPane" type="CT_Delete" />
    <xs:element name="insertDockPane" type="CT_DockPane" />
    <xs:element name="updateDockPane" type="CT_UpdateDockPane" />
  </xs:choice>
</xs:complexType>
See Also
ArcGIS Pro DAML Schema