[]
Finds and returns the first Model3DView in this collection
whose Name equals the specified name,
if Name is empty then UIName is used.
public Model3DView FindByName(string name)
Public Function FindByName(name As String) As Model3DView
| Type | Name | Description |
|---|---|---|
| string | name | The name of the view to find. |
| Type | Description |
|---|---|
| Model3DView | The Model3DView with the specified name, or |
Comparison is ordinal and case-sensitive. If name is null or empty,
the method returns null.