DBF.RelArea Method | |
Retrieve the logical number of a related work area.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD RelArea(
nRelNum AS DWORD
) AS DWORD
public override uint RelArea(
uint nRelNum
)
Request Example
View SourceParameters
- nRelNum
- Type: DWord
The ONE based relation number for which to obtain the logical number.
Return Value
Type:
DWordThe area number of the relation.
Implements
RelArea(DWord)See Also