McMMFeature Class |
|
Namespace: MediaCy.Addins.Measurements
Public Class McMMFeature
The McMMFeature type exposes the following members.
| Name | Description | |
|---|---|---|
| FeatureType |
Type of the manual measurements feature.
| |
| IsDerived |
Shows whether the feature is derived from other features (e.g. Angle between lines)
| |
| IsLargeBlob |
Determines if the feature is Large Blob (blob with more than 10000 objects)
| |
| Key |
Key string of the feature in the main collection (McMMData.Features).
| |
| MainSubFeature |
Returns main sub-feature
| |
| MainSubFeatures |
Returns the main sub-feature of the feature or a list of sub-features.
In case of Pitch with line, a list of Pitch lines is returned.
| |
| Name |
Name of the feature.
| |
| Parents |
Returns collection of feature parents. The parent 's type is McMMSubFeature.
The collection is not empty only for derived measurements.
| |
| pfOptions | ||
| Rows |
Returns number of sub-features/rows in data table corresponded to the feature.
| |
| Selected |
Sets/resets selection to all graphic elements of the feature.
| |
| SubFeature |
Return sub-feature by index.
|
| Name | Description | |
|---|---|---|
| ApplyFilters | ||
| CreateListOfLocalSubFeatures | ||
| DeleteSubFeature |
Deletes sub-feature from feature
| |
| FeatureDisplayedObjects |
Returns list of displayed objects for the given McFeatures container.
| |
| FeaturesDuplicates | ||
| GetPrefix |
Returns name prefix of sub-features
| |
| GetTypeName |
Returns the type name of the feature.
| |
| Rebuild |
Rebuilds the feature.
| |
| Refresh |
Refreshes feature graphics.
| |
| Reset |
Resets the feature deleting all sub-features.
|