ArcObjects Library Reference (GeoDatabaseDistributedUI)  

ICheckOutUIProperties Interface

Provides access to members that return the check-out wizard properties.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property COCurrentExtent The current view extent of the ArcMap document.
Read-only property CODescription The data and filters that define a check-out.
Read-only property COMXDocumentLocation The path to and name of an ArcMap document.
Read-only property COName The name of a check-out.
Read-only property COPostCheckOutOption The post check-out options for a ArcMap document.
Read-only property COQueryGeometry The spatial extent of a check-out.
Read-only property CORelatedObjects Indicates if a check out will include related data.
Read-only property COReuseSchema Indicates if the schema in a check-out geodatabase is to be re-used.
Read-only property COSchemaOnly Indicates if a check-out will be schema-only.
Read-only property COSelectedGraphic The currently selected graphic.
Read-only property COSourceData The datasetnames in the master geodatabase to check out.
Read-only property COSourceWorkspace The Workspace of the master geodatabase.
Read-only property COSpatialConstraint The type of spatial constraint for a check-out.
Read-only property COSpatialRelation The spatial filter for a check-out.
Read-only property COWorkspaceName The WorkspaceName of a check-out geodatabase.

CoClasses that implement ICheckOutUIProperties

CoClasses and Classes Description
CheckOutUI The check out wizard.

Remarks

The properties in this interface correspond to the controls on the check out wizard.

Use this interface to return check out wizard properties after setting them with ICheckOutUIPropertiesEdit or after the user has made settings in the wizard.