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


IGPReplicaDataset.RelOriginClass Property (ArcObjects .NET 10.6 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(
  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