public Nullable<long> ActiveObjectId {get;}
Public ReadOnly Property ActiveObjectId As Nullable(Of Long)
public Nullable<long> ActiveObjectId {get;}
Public ReadOnly Property ActiveObjectId As Nullable(Of Long)
//Get the active table view. var tableView = TableView.Active; if (tableView == null) return; // get the active objectID long? OID = tableView.ActiveObjectId;
Target Platforms: Windows 11, Windows 10