[]
Resolves and returns the default initial Model3DView for this annotation.
The PDF specification allows the default view to be specified in multiple places and using different forms (for example, by name or by index). This method encapsulates the logic to find and return the effective default view that should be used when the annotation is activated.
Typical resolution behavior:
If no explicit default view is defined or the referenced view cannot be resolved,
the method returns null.
public Model3DView GetDefaultView()
Public Function GetDefaultView() As Model3DView
| Type | Description |
|---|---|
| Model3DView | The resolved Model3DView to be used as the default initial view, or
|