Click or drag to resize

IMcLookupTables2IsImageLookupTables Property

True if this McLookupTables instance is the McImage.LookupTable property for its ancestor McImage.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property IsImageLookupTables As Boolean
	Get

Property Value

Type: Boolean
Remarks
If IsImageLookupTables is True, then the ancestor McImage for this McLookupTables instance will be its immediate parent. The ancestor McImage of any McLookupTables instance can be determined with the AncestorOfOperator method.
See Also