Get the value of an attribute value

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetAttributeValue( _ 
ByVal attrib_value_id As EntityID, _ 
ByVal t As AttributeType, _ 
ByVal db As IDatabase
) As AttributeValue
This language is not supported or no code example is available.
public static AttributeValue GetAttributeValue( 
EntityID attrib_value_id
AttributeType t
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static AttributeValue^ GetAttributeValue( 
EntityID^ attrib_value_id
AttributeType t
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetAttributeValue( 
attrib_value_id : EntityID
t : AttributeType
db : IDatabase 
) : AttributeValue;
This language is not supported or no code example is available.

Parameters

attrib_value_id
Type: EntityID

the id of the attribute value

t
Type: AttributeType

the type of the attribute

db
Type: IDatabase

the db connection to use

Return Value

Type: AttributeValue

the attribute value to return, null if not found

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1