Gets or sets the maximum frame count at which to terminate the render.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrameCount As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRenderOptions
Dim value As System.Integer
instance.FrameCount = value
value = instance.FrameCount |
C# | |
---|
System.int FrameCount {get; set;} |
C++/CLI | |
---|
property System.int FrameCount {
System.int get();
void set ( & System.int value);
} |
Property Value
Maximum frame count; default value is 100
Example
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS