Public ReadOnly Property ActiveObjectId As Nullable(Of Long)
public Nullable<long> ActiveObjectId {get;}
Public ReadOnly Property ActiveObjectId As Nullable(Of Long)
public Nullable<long> ActiveObjectId {get;}
{
// get the active objectID
long? OID = tableView.ActiveObjectId;
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)