KeyedAttributeVariable<PickingSupport>.KeyedAttributeVariable<PickingSupport> Constructors
Initializes a new instance of the KeyedAttributeVariable<PickingSupport> class.
Overload List
Name | Description | |
---|---|---|
Public method | KeyedAttributeVariable | Initializes a new instance of the KeyedAttributeVariable<PickingSupport> class that uses the specified attribute value as a key into the lookup table. |
Public method | KeyedAttributeVariable | Initializes a new instance of the KeyedAttributeVariable<PickingSupport> class that uses the specified attribute value as a key into a lookup table and a default value that is returned when the key attribute does not exist. |
KeyedAttributeVariable(Atom key)
Initializes a new instance of the KeyedAttributeVariable<PickingSupport> class that uses the specified attribute value as
a key into the lookup table. Syntax
public KeyedAttributeVariable<PickingSupport> (
Atom key
)
Parameters
An atom that specifies which attribute value is used as a key into the lookup table.
KeyedAttributeVariable(Atom key, PickingSupport defaultValue)
Initializes a new instance of the KeyedAttributeVariable<PickingSupport> class that uses the specified attribute value as
a key into a lookup table and a default value that is returned when the key attribute does not exist. Syntax
public KeyedAttributeVariable<PickingSupport> (
Atom key,
PickingSupport defaultValue
)
Parameters
An atom that specifies which attribute is returned.
The value that is returned if the attribute specified by key does not exist or is of the wrong type.
Platforms
Windows, Linux, Android