Create a new layout

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function CreateLayout( _ 
ByVal file_change_id As EntityID, _ 
ByVal name As String, _ 
ByVal order As Integer, _ 
ByVal inherit_empty As Boolean, _ 
ByVal owner_id As EntityID, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID CreateLayout( 
EntityID file_change_id
string name
int order
bool inherit_empty
EntityID owner_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ CreateLayout( 
EntityID^ file_change_id
String^ name
int order
bool inherit_empty
EntityID^ owner_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateLayout( 
file_change_id : EntityID
name : String
order : int
inherit_empty : boolean
owner_id : EntityID
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

file_change_id
Type: EntityID

<default>

name
Type: string

<default>

order
Type: int

inherit_empty
Type: bool

owner_id
Type: EntityID

db
Type: IDatabase

<default>

Return Value

Type: EntityID

.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