In This Topic
            
            Creates a 
Function object placed on a 
Page given as a parameter and sets it 
Eplan.EplApi.DataModel.MasterData.SymbolVariant together with 
LogicalArea.
Overload List
| Overload | Description | 
|---|
| Create(Page,SymbolVariant,PointD,PointD) | Creates a Functionobject placed on a Page given as a parameter and sets it Eplan.EplApi.DataModel.MasterData.SymbolVariant together withLogicalArea. | 
| Create(FunctionDefinition,Project) | Creates a not placed Function from FunctionDefinition passed as parameter. | 
| Create(Page,FunctionDefinition) | 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. | 
| Create(Project,FunctionDefinition) | Creates a Function. It is not placed on any Page. and having a FunctionDefinition taken from FunctionDefinition passed as the second parameter. | 
| 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 Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant. | 
| Create(SymbolVariant,Project) | Creates a Function. It is not placed on any Page. Its category is taken from Eplan.EplApi.DataModel.MasterData.SymbolVariant. | 
See Also