Interface IRecordReset
Provides a means for resetting a IRecord instance
Namespace: OSGeo.MapGuide.MaestroAPI.Feature
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IRecordReset
Methods
| Improve this Doc View SourceUpdate(IRecord)
Updates the specified record.
Declaration
void Update(IRecord record)
Parameters
Type | Name | Description |
---|---|---|
IRecord | record | The record. |