Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 421 Bytes

NT_GET_VIEW_ID.md

File metadata and controls

21 lines (13 loc) · 421 Bytes
uid
NT_GET_VIEW_ID

NT_GET_VIEW_ID (179)

Gets the ID of the view with the specified name.

string viewName = "HeadQuarter";

int viewID = Convert.ToInt32(protocol.NotifyDataMiner(179 /*NT_GET_VIEW_ID */ , viewName, null));

Parameters

  • viewName (string): Name of the view for which the ID must be obtained.

Return Value

  • (int): View ID, 0 if there is no view with the specified name.