Given some attribute, try find the first project that has this attribute

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

Public Shared Function FindProjectByAttribute( _ 
ByVal attribute_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal attrib_val As Object, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID FindProjectByAttribute( 
EntityID attribute_id
EntityID user_id
object attrib_val
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ FindProjectByAttribute( 
EntityID^ attribute_id
EntityID^ user_id
object^ attrib_val
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function FindProjectByAttribute( 
attribute_id : EntityID
user_id : EntityID
attrib_val : object
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

attribute_id
Type: EntityID

the attribute id

user_id
Type: EntityID

attrib_val
Type: object

the attribute value to look for

db
Type: IDatabase

the database to use

Return Value

Type: EntityID

the project id

.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