API Help
Eplan.EplApi.DataModel Namespace / Function Class / Create Method

In This Topic
Create Method (Function)
In This Topic
This method has been deprecated. Function definition may be invalid after using this method. Creates a Function object placed on a Page given as the first parameter and having a Category given as the second parameter.
Overload List
OverloadDescription
Creates a Function object placed on a Page given as a parameter and sets it Eplan.EplApi.DataModel.MasterData.SymbolVariant together with LogicalArea.  
Creates a not placed Function from FunctionDefinition passed as parameter.  
Creates a Function object placed on a Page given as the first parameter and having a FunctionDefinition taken from FunctionDefinition passed as the second parameter.  
Creates a Function. It is not placed on any Page. and having a FunctionDefinition taken from FunctionDefinition passed as the second parameter.  
Creates a SymbolReference. It is placed on the page passed as a parameter, using a given SymbolVariant.  
Creates a Function. It is not placed on any Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant.  
Creates a Function. It is not placed on any Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant.  
See Also