Project.SetProjectAttribute Method
Public Shared Sub SetProjectAttribute( _
ByVal project As EntityID, _
ByVal attrib As AttributeInfo, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetProjectAttribute(
EntityID project,
AttributeInfo attrib,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetProjectAttribute(
EntityID^ project,
AttributeInfo^ attrib,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project
- EntityID
the id of the project
- attrib
- AttributeInfo
- user_id
- EntityID
the id of the user making the changes
- db
- IDatabase