Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace
/
PLC Class
/ Create Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
Create Method (PLC)
In This Topic
Creates a SymbolReference. It is placed on the page passed as a parameter, using a given SymbolVariant.
Overload List
Overload
Description
Create(Page,SymbolVariant)
Creates a SymbolReference. It is placed on the page passed as a parameter, using a given SymbolVariant.
Create(Project,SymbolVariant)
Creates a Function. It is not placed on any
Eplan.EplApi.DataModel.Page
. Its category is taken from
Eplan.EplApi.DataModel.MasterData.SymbolVariant
.
Create(Page,SymbolVariant,PointD,PointD)
Creates a
Function
object placed on a
Eplan.EplApi.DataModel.Page
given as a parameter and sets it
Eplan.EplApi.DataModel.MasterData.SymbolVariant
together with
LogicalArea
. (Inherited from
Eplan.EplApi.DataModel.Function
)
Create(Page,FunctionDefinition)
Creates a Function object placed on a
Eplan.EplApi.DataModel.Page
given as the first parameter and having a
Eplan.EplApi.DataModel.Function.FunctionDefinition
taken from
Eplan.EplApi.DataModel.FunctionDefinition
passed as the second parameter. (Inherited from
Eplan.EplApi.DataModel.Function
)
Create(Project,FunctionDefinition)
Creates a Function. It is not placed on any
Eplan.EplApi.DataModel.Page
. and having a
Eplan.EplApi.DataModel.Function.FunctionDefinition
taken from
Eplan.EplApi.DataModel.FunctionDefinition
passed as the second parameter. (Inherited from
Eplan.EplApi.DataModel.Function
)
See Also
Reference
PLC Class
PLC Members