ACE.AdsGetDouble Method (IntPtr, String, Double) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsGetDouble(
hTable AS IntPtr,
strFldName AS STRING,
pdValue OUT REAL8
) AS DWORD
public static uint AdsGetDouble(
IntPtr hTable,
string strFldName,
out double pdValue
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- strFldName
- Type: String
- pdValue
- Type: Double
Return Value
Type:
DWordSee Also