SoLDMMediatorGetNumData Method |
Returns a vector containing the current data set Ids.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public List<int> GetNumData()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetNumData As List(Of Integer)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
List<int>^ GetNumData()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetNumData : unit -> List<int>
Return Value
Type:
ListInt32
Remarks
See Also