Click or drag to resize

McMMFeature Class

Class for Manual Measurement feature
Inheritance Hierarchy
SystemObject
  MediaCy.Addins.MeasurementsMcMMFeature

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class McMMFeature

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
Methods
  NameDescription
Public methodApplyFilters
Public methodCreateListOfLocalSubFeatures
Public methodDeleteSubFeature
Deletes sub-feature from feature
Public methodFeatureDisplayedObjects
Returns list of displayed objects for the given McFeatures container.
Public methodFeaturesDuplicates
Public methodGetPrefix
Returns name prefix of sub-features
Public methodGetTypeName
Returns the type name of the feature.
Public methodRebuild
Rebuilds the feature.
Public methodRefresh
Refreshes feature graphics.
Public methodReset
Resets the feature deleting all sub-features.
Top
Remarks
Manual measurement feature defines one measurement object that can include one or more sub-features. For example a Best-Fit Circle or Pitch with line are features that include best-fit points, lines and region objects. The count operation also produce one feature per segmentation class which includes multiple regions, lines or points.
See Also