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