Miner.Interop.Framework Assembly > Miner.Interop Namespace : IMMFieldManager Interface |
For a list of all members of this type, see IMMFieldManager members.
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. |