FindLabelsByNames Method
Find labels based on a list of names.
Required Permissions
LabelReadSyntax
public Label[] FindLabelsByNames(
System.string[] labelNames
)Public Function FindLabelsByNames( _
ByVal labelNames() As System.String _
) As Label()Parameters
| Name | Description |
|---|---|
| labelNames | An array of label names to search for. |
Return Value
An array of label objects corresponding to the search information. Will return an “empty” Label (Id = “-1”) in position of the array if no label is found for a name.