Gets or sets whether the camera is in perspective mode or not.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Perspective As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICamera
Dim value As Boolean
instance.Perspective = value
value = instance.Perspective
|
C# | |
---|
bool Perspective {get; set;} |
C++/CLI | |
---|
property bool Perspective {
bool get();
void set (bool value);
} |
Return Value
True if camera is in perspective mode, false if not
Example
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14