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


IReplicaDescription2.FetchRelatedObjects Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplicaDescription2.FetchRelatedObjects Property

Indicates if related objects have been replicated or not.

[Visual Basic .NET]
Public ReadOnly Property FetchRelatedObjects As Boolean
[C#]
public bool FetchRelatedObjects {get;}
[C++]
HRESULT get_FetchRelatedObjects(
  VARIANT_BOOL* GetRelatedObjects
);
[C++]

Parameters GetRelatedObjects [out, retval] GetRelatedObjects is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplicaDescription2 Interface