SoLDMMediatorGetDataEntry Method (UInt16) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int GetDataEntry(
ushort id
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetDataEntry (
id As UShort
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
int GetDataEntry(
unsigned short id
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetDataEntry :
id : uint16 -> int
Parameters
- id
- Type: SystemUInt16
Return Value
Type:
Int32
Remarks
See Also