ArcObjects Library Reference (GeoDatabaseDistributedUI)  

ICheckOutUIProperties.CORelatedObjects Property

Indicates if a check out will include related data.

[Visual Basic .NET]
Public ReadOnly Property CORelatedObjects As Boolean
[C#]
public bool CORelatedObjects {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property returns true if the Get Related Objects checkbox in the advanced panel of the check-out wizard is checked.

See Also

ICheckOutUIProperties Interface