public void Load( Table table, IEnumerable<long> oids )
Public Overloads Sub Load( _ ByVal table As Table, _ ByVal oids As IEnumerable(Of Long) _ )
Parameters
- table
- A table from the geodatabase.
- oids
- An IEnumerable containing the object IDs to load.
public void Load( Table table, IEnumerable<long> oids )
Public Overloads Sub Load( _ ByVal table As Table, _ ByVal oids As IEnumerable(Of Long) _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 10, Windows 8.1