McRefFeatures Interface
|
|
Holds a reference McFeatures for the parent McFeatures
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Interface McRefFeatures
Inherits IMcRefFeatures
RemarksThis operator is exposed as McRegions.Reference,
McLines.Reference and McPoints.Reference. It can also (and
often will) be created independently using McEngine.CreateOperator, but it
must have a McFeatures object (McPoints, McLines or McRegions) as its
parent. The McRefFeatures.Duplicate method automatically creates
a new object with the same parent.
The usual use for this object is to make measurements that depend on the
relationship between the parent McFeatures and the ReferenceFeature.
See Also