[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Model3DViewCollection.FindByName

FindByName Method

FindByName(string)

Finds and returns the first Model3DView in this collection whose Name equals the specified name, if Name is empty then UIName is used.

Declaration
public Model3DView FindByName(string name)
Public Function FindByName(name As String) As Model3DView
Parameters
Type Name Description
string name

The name of the view to find.

Returns
Type Description
Model3DView

The Model3DView with the specified name, or null if no matching view is found.

Remarks

Comparison is ordinal and case-sensitive. If name is null or empty, the method returns null.