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


IGPReplicaDataset.RelOriginClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.RelOriginClass Property
ArcGIS Developer Help

IGPReplicaDataset.RelOriginClass Property

The origin class for the relationship class.

[Visual Basic .NET]
Public Property RelOriginClass As String
[C#]
public string RelOriginClass {get; set;}
[C++]
HRESULT get_RelOriginClass(
  BSTR OriginClass
);
[C++]
HRESULT put_RelOriginClass(
  System.String* OriginClass
);
[C++]
Parameters
OriginClass [in]

OriginClass is a parameter of type BSTR OriginClass [out, retval]
OriginClass is a parameter of type BSTR*

Product Availability

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

See Also

IGPReplicaDataset Interface