ArcObjects Library Reference (GeoDatabaseDistributedUI)  

ICheckOutUIProperties.COMXDocumentLocation Property

The path to and name of an ArcMap document.

[Visual Basic .NET]
Public ReadOnly Property COMXDocumentLocation As String
[C#]
public string COMXDocumentLocation {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

ICheckOutUIProperties Interface