AGI Components with Insight3D Alpha 2008 r8
FrameNumberDigits Property
Library ReferenceAGI.Graphics.Scene3D IAgGxCameraVideoRecordingFrameNumberDigits
The minimum number of digits to be used when naming a file. For instance, if the FrameNumberDigits is 2, file names are saved with the prefix plus a number from 01 to 99. When 99 is reached, files will be overwritten starting from 01 again.
Declaration Syntax
C# Visual Basic Visual C++
int 
FrameNumberDigits { 
get; 
set; }
Property 
FrameNumberDigits 
As 
Integer
property 
int 
FrameNumberDigits {
        
int 
get ();
        
void 
set (
int 
value);
}

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)