IRdd.RelArea Method | |
Retrieve the logical number of a related work area.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD RelArea(
nRelNum AS DWORD
) AS DWORD
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.
See Also