Attribute.CreateAttribute (ServerID, AttributeInfo, Boolean, IDatabase) Method

Create an attribute
Public Shared Function CreateAttribute( _ 
ByVal server_id As ServerID, _ 
ByVal attrib As AttributeInfo, _ 
ByVal is_custom_attribute As Boolean, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID CreateAttribute( 
ServerID server_id
AttributeInfo attrib
bool is_custom_attribute
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ CreateAttribute( 
ServerID^ server_id
AttributeInfo^ attrib
bool is_custom_attribute
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateAttribute( 
server_id : ServerID
attrib : AttributeInfo
is_custom_attribute : boolean
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

server_id
ServerID

the server details

attrib
AttributeInfo

the attribute to create

is_custom_attribute
bool

is this a non system file?

db
IDatabase

the db connection to use

Return Value

EntityID

the created 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

In this article

Definition