TDProject.SetTDProjectAttributeValues Method
Public Shared Sub SetTDProjectAttributeValues( _
ByVal td_project_id As EntityID, _
ByVal attribs As List(Of AttributeInfo), _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetTDProjectAttributeValues(
EntityID td_project_id,
List<AttributeInfo> attribs,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetTDProjectAttributeValues(
EntityID^ td_project_id,
List<AttributeInfo^>^ attribs,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- td_project_id
- EntityID
the td project id
- attribs
- List<AttributeInfo>
the attributes to update
- db
- IDatabase
the db connection