public void Create( MapMember member, Dictionary<string,object> values, Action<long> result )
Public Overloads Sub Create( _ ByVal member As MapMember, _ ByVal values As Dictionary(Of String,Object), _ Optional ByVal result As Action(Of Long) _ )
Parameters
- member
- The layer or standalone table to create a new row in.
- values
- The attributes to assign to the new row.
- result
- An optional callback that will be called with the resulting OID of the newly created row.