Property requestedMaxNumberOfMovingImages
requestedMaxNumberOfMovingImages
The requested maximum number of moving images to track in real time.
Declaration
public virtual int requestedMaxNumberOfMovingImages { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
Must be implemented if supportsMovingImages is true
;
otherwise, this property will never be set and doesn't need to be implemented.
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown if not overridden by the derived class. |