ADSRDD.Info Method | |
Retrieve and optionally change information about a work area.
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax VIRTUAL METHOD Info(
uiOrdinal AS LONG,
oNewValue AS Object
) AS Object
public override Object Info(
int uiOrdinal,
Object oNewValue
)
Request Example
View SourceParameters
- uiOrdinal
- Type: Long
- oNewValue
- Type: Object
Return Value
Type:
ObjectImplements
Info(Long, Object)See Also