IMcImageSetTemplateSites Property
|
|
Gets the collection of site information classes
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxReadOnly Property Sites As McImageSetSites
Get
Property Value
Type:
McImageSetSites
RemarksGets a collection of site information classes giving detailed
information about the sites in this set. As sites are
added to the set through the AddFrame and AddImage methods,
a member will be added to this collection for each site added.
These auto-added site members will only have any site-specific
information that can be set from the properties of the frames
added. For instance, if the Site property of the frame is
set, that will be used for the the site name, otherwise the
auto-added channel name can only be something generic like
"Site 1".
See Also