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


IGPReplicaDataset.RelOriginClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR OriginClass
);
[C++]

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

Product Availability

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

See Also

IGPReplicaDataset Interface