Miner.Interop.Framework Assembly > Miner.Interop Namespace : IMMFieldManager Interface |
The following tables list the members exposed by IMMFieldManager.
Name | Description | |
---|---|---|
![]() | EditTask | Returns the edit task that is assigned for the object. |
![]() | Modified | Determines if any MMFieldAdapters have been modified. |
![]() | Shape | Returns a reference to the shape MMFieldAdapter. |
![]() | SubtypeCode | Returns the current subtype code of the field attributes. |
![]() | Table | Returns a reference to the table object from which the field attributes are based. |
Name | Description | |
---|---|---|
![]() | Build | Used to initialize the MMFieldManager. |
![]() | CreateRow | Creates a GeoObject and writes the MMFieldAdapter values to it. |
![]() | FieldByIndex | Returns a reference to a MMFieldAdapter that adapts the geodatabase field with. |
![]() | FieldByModel | Locates a MMFieldAdapter by model name. |
![]() | FieldByName | Locates a MMFieldAdapter by name. For MMFieldAdapters representing a GDB field, this is the field name. |
![]() | FieldByRep | Locates a MMFieldAdapter by a representation. Specific fields may represent the 'shape', 'workfunction', etc. |
![]() | Valid | Determines if the MMFieldAdapter values are valid. |
![]() | ValidShape | Determines if the MMFieldAdapter has a valid shape. |
![]() | WriteDefinition | Adds attributes (CU definition attributes) to an object for all non-null field values. |
![]() | WriteRow | Writes the field values stored in MMFieldAdapter to a georow or object. |