RAttributeCollection.TryGetStrings Method

Attempts to get the value of a string vector attribute.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public bool TryGetStrings(
	string key,
	out Vector<string> value
)

Parameters

key  String
The name of the attribute to retrieve.
value  Vector<String>
On return, the value of the attribute that was retrieved.

Return Value

Boolean
true if the attribute was found; otherwise false.

See Also