DfsDLLWrapperdfsGetItemInfo Method |
wrapped dfsGetItemInfo
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void dfsGetItemInfo(
IntPtr item,
out int n_eum_item_type_rtn,
out string t_eum_item_type_rtn,
out string name_rtn,
out int n_eum_unit_rtn,
out string t_eum_unit_rtn,
out DfsSimpleType data_type_rtn
)
Public Shared Sub dfsGetItemInfo (
item As IntPtr,
<OutAttribute> ByRef n_eum_item_type_rtn As Integer,
<OutAttribute> ByRef t_eum_item_type_rtn As String,
<OutAttribute> ByRef name_rtn As String,
<OutAttribute> ByRef n_eum_unit_rtn As Integer,
<OutAttribute> ByRef t_eum_unit_rtn As String,
<OutAttribute> ByRef data_type_rtn As DfsSimpleType
)
public:
static void dfsGetItemInfo(
IntPtr item,
[OutAttribute] int% n_eum_item_type_rtn,
[OutAttribute] String^% t_eum_item_type_rtn,
[OutAttribute] String^% name_rtn,
[OutAttribute] int% n_eum_unit_rtn,
[OutAttribute] String^% t_eum_unit_rtn,
[OutAttribute] DfsSimpleType% data_type_rtn
)
static member dfsGetItemInfo :
item : IntPtr *
n_eum_item_type_rtn : int byref *
t_eum_item_type_rtn : string byref *
name_rtn : string byref *
n_eum_unit_rtn : int byref *
t_eum_unit_rtn : string byref *
data_type_rtn : DfsSimpleType byref -> unit
Parameters
- item
- Type: SystemIntPtr
- n_eum_item_type_rtn
- Type: SystemInt32
- t_eum_item_type_rtn
- Type: SystemString
- name_rtn
- Type: SystemString
- n_eum_unit_rtn
- Type: SystemInt32
- t_eum_unit_rtn
- Type: SystemString
- data_type_rtn
- Type: DHI.Generic.MikeZero.DFSDfsSimpleType
See Also