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


IRelQueryTableName2.ForwardDirection Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableName2.ForwardDirection Property

Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.

[Visual Basic .NET]
Public Property ForwardDirection As Boolean
[C#]
public bool ForwardDirection {get; set;}
[C++]
HRESULT get_ForwardDirection(
  VARIANT_BOOL forward
);
[C++]
HRESULT put_ForwardDirection(
  Boolean* forward
);
[C++]

Parameters forward [in]
forward is a parameter of type bool forward [out, retval]
forward is a parameter of type bool*

Product Availability

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

See Also

IRelQueryTableName2 Interface