IMcLineProfilesIsStale Property
|
|
A read-only property specifying whether the ProfileValues
need to be recomputed.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxReadOnly Property IsStale As Boolean
Get
Property Value
Type:
Boolean
RemarksWhenever ProfileValues is accessed, it will be computed as necessary
using the ancestor McFeatures features and the ancestor McImage for luminance
and, optionally, intensity calibration data. This recomputation will only occur
if the IsStale property is True. An object manager property change notification
is fired with ID_IMcLineProfiles_IsStale when IsStale goes True for any reason,
but no notification is fired when it goes False (which will occur after any
access to the ProfileValues property).
IsStale will go True whenever the ancestor McLines or McRegions changes,
when the ancestor McImage luminance data changes or when any McLineProfiles
property is changed.
See AlsoReference
IntensityCalibration