Code Example: View Properties (VB)
If View.SnapShotView Then
SnapShot = "Snapshot"
Else
SnapShot = "Dynamic"
End If
If View.Started Then
Started = "started"
Else
Started = "not started"
End If
MsgBox SnapShot & " view " View.TagName & _
" on " & View.Host & " is " & Started & _
" and has config spec: " & vbCrLf & View.ConfigSpec
Previous slide
Next slide
Back to first slide
View graphic version