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


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

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