How to get a Common object from a table id?


public static Common makeRecord(TableId _tableId)
{
    return new DictTable(_tableId).makeRecord();
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.