Click or drag to resize

McMMSubFeature Class

SubFeature class of manual measurements. SubFeature contains one measurement that can be presented by one line in data table. One SubFeature may contain none, one or more DisplayObjects. SubFeature is a child of McMMFeature.
Inheritance Hierarchy
SystemObject
  MediaCy.Addins.MeasurementsMcMMSubFeature

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

The McMMSubFeature type exposes the following members.

Constructors
  NameDescription
Public methodMcMMSubFeature
Initializes a new instance of the McMMSubFeature class
Top
Properties
  NameDescription
Public propertyChildren
Returns collection of children (McMMFeature) created as derived measurements of this sub-feature.
Public propertyColor
Public propertyFeatureIndex
Returns index of the sub-feature element in McFeatures (returned by GetFeatures function)
Public propertyFeatureType
Return type of the sub-feature
Public propertyFlags
Flags of sub-feature.
Public propertyHidden
Returns the Hidden status of the sub-feature.
Public propertyIsSnapFeature
Returns True if it's a snap sub-feature
Public propertyCode exampleName
Sets/gets name of sub-feature.
Public propertyParent
Parent of the sub-feature.
Public propertyParentSubFeature
Public propertyParentSubFeatureName
Public propertyCode exampleSelected
Sets/gets selection status of sub-feature.
Public propertySelectionTime
Selection time of the object in Ticks, valid only if the object is Selected.
Public propertySfClass
Subfeature's class index
Public propertyCode exampleShow
Sets/gets Visible status of sub-feature.
Public propertySpatialUnitExponent
Returns exponent of spatial units.
Public propertyUnitsAbbreviationString
Returns units abbreviation of the measurement.
Public propertyUnitsAbbreviationMeasEntry
Public propertyValueeMeasures
Return measurement value
Public propertyCode exampleValueMeasEntry
Returns measurement value of sub-feature.
Top
Methods
  NameDescription
Public methodAddDisplayObject
Public methodAutoAdjust
Auto-adjust the feature using the snap options used for creating the feature.
Public methodStatic memberColorFromHSV
Public methodDisplayObject
Return display object by index
Public methodGetBoundingBox
Get bounding box of sub-feature
Public methodCode exampleGetFeatures
Returns McFeatures container, which is derived from McPoints, McLines or McRegions depending on sub-feature type.
Public methodGetStats
Public methodLockDisplay
Block selection and moving display features based on Flags
Public methodRefresh
Recreates visual elements of the sub-feature.
Public methodRemoveChild
Public methodReset
Public methodScrollToObject
Scroll image to show the object
Public methodSetColor
Set color to all display elements of sub-feature
Public methodSetPointShape
Public methodSetRotationAngle
Set feature rotation angle, in degrees
Public methodUpdateDisplayElements
Recreates and remeasures display elements.
Top
See Also