Public ReadOnly Property ItemCategories As List(Of ItemCategory)
public List<ItemCategory> ItemCategories {get;}
Public ReadOnly Property ItemCategories As List(Of ItemCategory)
public List<ItemCategory> ItemCategories {get;}
{
// Get the ItemCategories with which an item is associated
gdb = ItemFactory.Instance.Create(@"E:\CurrentProject\RegionalPolling\polldata.gdb");
List<ItemCategory> gdbItemCategories = gdb.ItemCategories;
// Use gdbItemCategories;
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)