Click or drag to resize

IMcImageSet Interface

An interface implemented by McImageSet.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSet

The IMcImageSet type exposes the following members.

Properties
  NameDescription
Public propertyActiveDimension
Gets the active dimension for this set
Public propertyActiveDisplayRegion
Returns the region describing the region of the set that is actively displayed.
Public propertyActiveRegion
Returns the region describing the active portion of the set.
Public propertyCode exampleAudioChannels
Gets the collection of audio channel information classes
Public propertyBackgroundSet
Gets an image set associated with this set
Public propertyCode exampleChannels
Gets the collection of image channel information classes
Public propertyCopyright
The optional copyright information for this Set.
Public propertyCreationDate
The date and time of the creation of this set.
Public propertyCode exampleDataChannels
Gets the collection of data channel information classes
Public propertyDefaultLocationMatch
Gets the default for LocationMatch arguments
Public propertyDescription
The optional description of this Set.
Public propertyDimensionCount
The number of dimensions in this set
Public propertyExperimenter
Experimenter: The experimenter who created this set.
Public propertyFileName
The file name of this set.
Public propertyFrameRate
Gets or sets the frame rate for this set
Public propertyFramesLoaded
Returns the number of image frames in this set that are loaded.
Public propertyHasThumbnail
Returns whether this set has a thumbnail image.
Public propertyHeight
Gets the visible image height.
Public propertyImageCount
The number of images in this set
Public propertyIsCompact
Obsolete property indicates whether the set is compact
Public propertyIsComplete
Gets the completion status
Public propertyIsEmpty
Gets whether the set is empty of contents
Public propertyIsLoaded
Gets the image loading status
Public propertyIsXYPositionValid
Returns whether the XPosition and YPosition properties hold valid positional information.
Public propertyMemoryLoaded
Returns the amount of image data that has been loaded in this set.
Public propertyMetadataModified
Gets or sets the metadata modified flag.
Public propertyModified
Gets or sets the modified flag.
Public propertyModifiedDate
The date and time that this set was last modified.
Public propertyName
The name of this set.
Public propertyNumberOfFrames
Returns the number of image frames in this set.
Public propertyParentCollection
The McImageSets collection of which this McImageSet is a part, if any.
Public propertyScanPositions
Get information about the full-resolution Scan positions
Public propertySites
Gets the collection of site information classes
Public propertySpatialCalibration
Returns the SpatialCalibration that is in use
Public propertyStartDate
The date and time that the experiment was started.
Public propertyTemplate
The image set template used during creation of this Set.
Public propertyThumbnail
Gets or sets a thumbnail for this set
Public propertyTimePhases
Gets the collection of time lapse phase information classes
Public propertyTimePoints
Gets the collection of time point information classes
Public propertyTotalMemory
Returns the total amount of memory needed for the image data in this set.
Public propertyUseActiveRegion
Determines the portion of the set to process.
Public propertyUserData
Gets or sets user data for this set
Public propertyUserDimension1
Gets the collection of the first user-defined dimension
Public propertyUserDimension2
Gets the collection of the second user-defined dimension
Public propertyUserFlags
Gets or sets user flags for this set
Public propertyVisible
Gets or sets the visible state.
Public propertyWidth
Gets the visible image width.
Public propertyWrapType
Gets the navigation wrap type for this set
Public propertyXPhysicalExtent
Get the physical extent of this scan area along the X axis.
Public propertyXPosition
Get the position of the center of this scan area along the X axis.
Public propertyYPhysicalExtent
Get the physical extent of this scan area along the Y axis.
Public propertyYPosition
Get the position of the center of this scan area along the Y axis.
Public propertyZPositions
Get information about the Z positions
Top
Methods
  NameDescription
Public methodAddAudioChannel
Adds an audio channel to the set
Public methodAddColorCompositeChannel
Adds a color composite channel to the set
Public methodAddDoubleDataChannel
Adds a double data type channel to the set
Public methodCode exampleAddFrame
Add a frame at the specified location
Public methodCode exampleAddImage
Add the frames of an image to the specified position
Public methodAddLongDataChannel
Adds a long data type channel to the set
Public methodAddStringDataChannel
Adds a string data type channel to the set
Public methodAddVariantDataChannel
Adds a long data type channel to the set
Public methodCompactSet
Compacts the set; no longer does anything.
Public methodDuplicate
Duplicate the set
Public methodExtractImage
Extract an image containing the specified portion of the set
Public methodGetCurrentLocation
Returns the current location of the set
Public methodGetDimensionLength
Gets the length of a dimension at a specified position
Public methodGetFrameLocation
Gets the set location of the specified frame
Public methodCode exampleGetMaximumDimensionLength
Gets the maximum length of a dimension
Public methodGetNavigationRange
Returns the navigation range for a specified dimension of the set
Public methodGetOptimalZLocation
Returns the optimal Z location for a specified location of the set
Public methodGetRegionToProcess
Public methodGetRegionType
Returns a McImageType for the specified portion of the set
Public methodGetSourceAtLocation
Gets the source stored in a specified set location
Public methodGetSources
Gets the sources for a specified region
Public methodGetSourcesAlongDimension
Gets all sources along a specified dimension starting at a specified location
Public methodGetZConfidence
Returns the confidence level of the Z plane for a specified location of the set
Public methodIsFrameASetMember
Returns whether the specified frame is a member of the set
Public methodIsImageASetMember
Returns whether the specified image is a member of the set
Public methodLoadSources
Loads the image data for the set
Public methodReleaseImage
Releases the specified image from association with the set
Public methodRemoveFrame
No longer supported function to remove the specified frame from the set
Public methodRemoveImage
Removes the specified image or all images from the set
Public methodSetCompact
Public methodSetCurrentLocation
Sets the current location of the set
Public methodSetDates
Public methodSetFileName
Public methodSetFramesAndMemoryLoaded
Public methodSetFramesAndTotalMemory
Public methodSetNavigationRange
Sets the navigation range for a specified dimension of the set
Public methodSetNotificationSuppression
Public methodSetOptimalZLocation
Sets the optimal Z location for a specified location of the set
Public methodSetTemplate
Public methodSetZConfidence
Sets the confidence level of the Z plane for a specified location of the set
Public methodUpdateOneSetSource
Public methodUpdateSetSources
Top
See Also