Click or drag to resize

McMMFeature Properties

The McMMFeature type exposes the following members.

Properties
  NameDescription
Public propertyFeatureType
Type of the manual measurements feature.
Public propertyIsDerived
Shows whether the feature is derived from other features (e.g. Angle between lines)
Public propertyIsLargeBlob
Determines if the feature is Large Blob (blob with more than 10000 objects)
Public propertyKey
Key string of the feature in the main collection (McMMData.Features).
Public propertyMainSubFeature
Returns main sub-feature
Public propertyMainSubFeatures
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.
Public propertyName
Name of the feature.
Public propertyParents
Returns collection of feature parents. The parent 's type is McMMSubFeature. The collection is not empty only for derived measurements.
Public propertypfOptions
Public propertyRows
Returns number of sub-features/rows in data table corresponded to the feature.
Public propertySelected
Sets/resets selection to all graphic elements of the feature.
Public propertyCode exampleSubFeature
Return sub-feature by index.
Top
See Also