Defines a MappingValidation.
Declaration Syntax
public class MappingValidation : DataModelObject, IFolderDataModelObject
Table 267: Members
Property | ActiveSequence |
Gets or sets the ActiveSequence. |
Property | ActiveSequenceByValue |
Gets or sets the ActiveSequenceByValue. |
Property | BoundingTolerance |
Gets or sets the BoundingTolerance. |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | ComplexComponent |
Gets or sets the ComplexComponent. |
Property | Component |
Gets or sets the Component. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | DefineActiveSequenceBy |
Control whether the active sequenced is defined by row or by value. |
Property | Display |
No details are provided for this entry. |
Property | DisplayDataType |
Gets or sets the DisplayDataType. |
Property | Figures |
Gets the list of associated figures. |
Property | FileIdentifierIndex |
Gets or sets the FileIdentifierIndex. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | IsolineThickness |
No details are provided for this entry. |
Property | IsolineType |
No details are provided for this entry. |
Property | Layer |
Gets or sets the Layer. |
Property | LegendDivisions |
No details are provided for this entry. |
Property | Scale |
No details are provided for this entry. |
Property | ShellFace |
Controls whether the displayed shell face lies on the bottom, middle, or top of the shell. |
Property | Type |
No details are provided for this entry. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddFigure() |
Creates a new child Figure. |
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
Method | Delete() |
Run the Delete action. |
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |