McMMFeature Properties |
|
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.
|