This document is archived and information here might be outdated.  Recommended version.


ICheckOutUIPropertiesEdit.COMXDocumentLocation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICheckOutUIPropertiesEdit Interface > ICheckOutUIPropertiesEdit.COMXDocumentLocation Property
ArcGIS Developer Help

ICheckOutUIPropertiesEdit.COMXDocumentLocation Property

The path to and name of an ArcMap document.

[Visual Basic .NET]
Public WriteOnly Property COMXDocumentLocation_2
[C#]
public void COMXDocumentLocation_2 {set;}

Product Availability

Available with ArcGIS Desktop.

Description

If you set the PostCheckOutOption property to esriMXDocumentCopy,  this property must be set.

It specifes the output ArcMap document which references the check-out database.

See Also

ICheckOutUIPropertiesEdit Interface