VariablePhotoSequenceController.DesiredFrameControllers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of FrameController objects that determine the settings for each frame in a variable photo sequence.
public:
property IVector<FrameController ^> ^ DesiredFrameControllers { IVector<FrameController ^> ^ get(); };
IVector<FrameController> DesiredFrameControllers();
public IList<FrameController> DesiredFrameControllers { get; }
var iVector = variablePhotoSequenceController.desiredFrameControllers;
Public ReadOnly Property DesiredFrameControllers As IList(Of FrameController)
Property Value
The list of FrameController objects that determine the settings for each frame in a variable photo sequence.
Remarks
The maximum number of frame controllers that can be used at a time is 18.