IMcImageSetAddDoubleDataChannel Method
|
|
Adds a double data type channel to the set
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxFunction AddDoubleDataChannel (
Name As String
) As McImageSetChannel
Parameters
- Name
- Type: SystemString
Return Value
Type:
McImageSetChannel
RemarksThis method adds a data channel to the set that will contain Double data.
The method creates a new McImageSetDoubleDataChannel data channel object.
You can then add data to this new object.
Parameters
Name : The name to apply to the new data channel
See Also