Update an attribute value

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

Public Shared Sub UpdateAttributeValue( _ 
ByVal attribute_id As EntityID, _ 
ByVal t As AttributeType, _ 
ByVal value As AttributeValue, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void UpdateAttributeValue( 
EntityID attribute_id
AttributeType t
AttributeValue value
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void UpdateAttributeValue( 
EntityID^ attribute_id
AttributeType t
AttributeValue^ value
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function UpdateAttributeValue( 
attribute_id : EntityID
t : AttributeType
value : AttributeValue
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

attribute_id
Type: EntityID

the id of the attribute

t
Type: AttributeType

the type of the attribute

value
Type: AttributeValue

the attribute value

db
Type: IDatabase

.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