ServerEventScript.OnAfterTDProjectAttributeChange Method
Public Overridable Function OnAfterTDProjectAttributeChange( _
ByVal td_project_id As EntityID, _
ByVal attributes As AttributeValueCollection, _
ByVal database As IDatabase, _
ByVal user_id As EntityID, _
ByVal client As IClient, _
ByVal client_event_id As Long _
) As OperationResponse
This language is not supported or no code example is available.
public virtual OperationResponse OnAfterTDProjectAttributeChange(
EntityID td_project_id,
AttributeValueCollection attributes,
IDatabase database,
EntityID user_id,
IClient client,
long client_event_id
)
This language is not supported or no code example is available.
public:
virtual OperationResponse^ OnAfterTDProjectAttributeChange(
EntityID^ td_project_id,
AttributeValueCollection^ attributes,
IDatabase^ database,
EntityID^ user_id,
IClient^ client,
long client_event_id
)
This language is not supported or no code example is available.
public function OnAfterTDProjectAttributeChange(
td_project_id : EntityID,
attributes : AttributeValueCollection,
database : IDatabase,
user_id : EntityID,
client : IClient,
client_event_id : long
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- td_project_id
- EntityID
the id of the 12d model project
- attributes
- AttributeValueCollection
the attributes being updated
- database
- IDatabase
the database id
- user_id
- EntityID
the id of the user performing the event
- client
- IClient
- client_event_id
- long
the client event id
Return Value
OperationResponsethe operation response - error level if it should fail