Determines if the model view currently has perspective.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasPerspective() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Boolean
value = instance.HasPerspective()
|
C++/CLI | |
---|
bool HasPerspective(); |
Return Value
True if the view currently has perspective viewing turned on, false otherwise
See Also