Click or drag to resize

IMcImageSetIsFrameASetMember Method

Returns whether the specified frame is a member of the set

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function IsFrameASetMember ( 
	Frame As McFrame
) As Boolean

Parameters

Frame
Type: MediaCy.IQL.EngineMcFrame

Return Value

Type: Boolean
Remarks
Returns whether the specified frame is a member of the set. Parameters Frame : The frame that should be checked for set membership
See Also