Project.AttachAttributeToProject (EntityID, EntityID, Boolean, Boolean, Int32, Int64, IDatabase) Method
Public Shared Sub AttachAttributeToProject( _
ByVal project_id As EntityID, _
ByVal attribute_id As EntityID, _
ByVal optional As Boolean, _
ByVal read_only As Boolean, _
ByVal order As Integer, _
ByVal constraint_id As Long, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the id of the project
- attribute_id
- EntityID
the attribute id to attach
- optional
- bool
whether it's optional
- read_only
- bool
whether or not it should be read only
- order
- int
- constraint_id
- long
constrint id. -1 for don't change. 0 for removal.
- db
- IDatabase
the db db to use