This document is archived and information here might be outdated. Recommended version. |
Indicates if dataset is part of a replica.
[Visual Basic .NET] Public Function get_IsReferencedByReplica ( _ ByVal DatasetType As esriDatasetType, _ ByVal DatasetID As Integer _ ) As Boolean
[C#] public bool get_IsReferencedByReplica ( esriDatasetType DatasetType, int DatasetID );
[C++]
HRESULT get_IsReferencedByReplica(
esriDatasetType DatasetType,
long DatasetID,
Boolean* isReferenced
);
[C++] Parameters DatasetType [in]
DatasetType is a parameter of type esriDatasetType DatasetID [in]
DatasetID is a parameter of type long isReferenced [out, retval]
isReferenced is a parameter of type bool*
Returns TRUE if the dataset is part of a replica.