Describeas a base class for composite features. More...
Public Member Functions | |
| MTKBase_CompositeFeature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| MTKBase_CompositeFeature () | |
| Constructor. | |
| MTKBase_CompositeFeature (cadex.MTKBase_FeatureList theFeatureList) | |
| Constructor. | |
| void | AddFeature (cadex.MTKBase_Feature theFeature) |
| Adds feature reference to feature references list. | |
| void | AddFeatures (cadex.MTKBase_FeatureList theFeatureList) |
| Adds feature references to feature references list. | |
| cadex.MTKBase_FeatureList | FeatureList () |
| Returns the feature references list. | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| bool | IsNull () |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a composite feature. | |
| static cadex.MTKBase_CompositeFeature | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Describeas a base class for composite features.
Composite feature is a feature consisting of other features. Features can be any inherited from the base MTKBase_Feature class, and can be retrieved by FeatureList() method.
|
inline |
Constructor.
Creates a composite feature from a MTKBase_FeatureList.
|
inline |
Adds feature reference to feature references list.
|
inline |
Adds feature references to feature references list.
|
inlineprotectedvirtual |
Reimplemented from cadex.MTKBase_Feature.
|
inline |
Returns the feature references list.