← Back to carmenta.com
Carmenta Engine SDK Documentation
×

AttributeVariable<VerticalMode>.TryGetValue Method

Tries to generate a value from the specified AttributeSet.

Thread safety: This method is not thread-safe. Show

TryGetValue(AttributeSet attributes, out VerticalMode value)

Tries to generate a value from the specified AttributeSet.

Syntax

C#
public System.Boolean TryGetValue (
    AttributeSet attributes,
    out VerticalMode value
)

Parameters

attributes
Type: AttributeSet
A set of attributes used to generate a value.
value
Type: VerticalMode
Set to the value that is generated from attributes.

Return Value

Type: System.Boolean
True if value has been set; otherwise, False.

Remarks

This operation can fail and return False if the specified AttributeSet does not contain a required attribute or if it is of the wrong type.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept