OneSetFile Class

Stores information necessary for each McImageSet.AddInmage call
Inheritance Hierarchy
SystemObject
  MediaCy.Commands.DocumentOneSetFile

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class OneSetFile

The OneSetFile type exposes the following members.

Constructors
  NameDescription
Public methodOneSetFile
Initializes a new instance of the OneSetFile class
Public methodOneSetFile(String, McImageSetLocations, mcImageSetDimensions, Int32)
Initializes a new instance of the OneSetFile class
Public methodOneSetFile(String, String, mcImageSetDimensions, Int32)
Initializes a new instance of the OneSetFile class
Top
Properties
  NameDescription
Public propertyExtentDimension
Dimension of multi-frame file
Public propertyExtentLength
Number of locations being added along dimension being added if more than 1
Public propertyFilename
Filename for this AddImage call.
Public propertyLocation
Location where the filename to be added as a McImageSetLocations
Public propertyLocationAsString
Location where the filename to be added as a String
Top
Methods
  NameDescription
Public methodAddFileToSet
Public methodCreateRecordingString
Public methodLocationFromString
Public methodLocationToString
Public methodToString (Overrides ObjectToString.)
Public methoduSetHighestPositions
Top
See Also