Defines a DirectMorph.
Declaration Syntax
public class DirectMorph : DataModelObject, IFolderDataModelObject
Table 205: Members
Property | Children |
Gets the list of children. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | DisplacementFile |
Gets or sets the DisplacementFile. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | Location |
Gets or sets the Location. |
Property | ScaleFactor |
Gets or sets the ScaleFactor. |
Property | Suppressed |
Gets or sets the Suppressed. |
Method | Clear() |
clear morph control |
Method | Delete() |
Run the Delete action. |
Method | Generate() |
Generate morph control |
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. |