[]
Sets the stream-level default Model3DView object.
public void SetDefaultView(Model3DView value)
Public Sub SetDefaultView(value As Model3DView)
| Type | Name | Description |
|---|---|---|
| Model3DView | value | The Model3DView instance to store as the stream's default view.
Pass |
Sets the stream-level default view by specifying a zero-based index into the Views collection.
public void SetDefaultView(int value)
Public Sub SetDefaultView(value As Integer)
| Type | Name | Description |
|---|---|---|
| int | value | Zero-based index of the view to use as the default. |
The numeric index is stored in the stream dictionary and is resolved when the
default view is requested. If the index does not correspond to an existing view,
resolution will return null.
| Type | Condition |
|---|---|
| ArgumentException | Thrown when |