| Method Summary |
|
/*optional*/
Boolean | GetExploded
()
Get method for attribute
"Exploded"
true if the view should be exploded, null or false otherwise. |
| Point3D | GetLocation
()
Get method for attribute
"Location"
The location for the projected view. The view location determines how the view will be oriented. |
| View2D | GetParentView
()
Get method for attribute
"ParentView"
The parent view for the projected view. |
| void | SetExploded
(
/*optional*/
Boolean value)
Set method for attribute
"Exploded"
true if the view should be exploded, null or false otherwise. |
| void | SetLocation
(Point3D value)
Set method for attribute
"Location"
The location for the projected view. The view location determines how the view will be oriented. |
| void | SetParentView
(View2D value)
Set method for attribute
"ParentView"
The parent view for the projected view. |