Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / GetBaseSymbolFromSpecifiedSymbolLibrary Method
A symbol library to get a symbol from. This may be a library from system master data (i.e. without any reference to a project).

In This Topic
GetBaseSymbolFromSpecifiedSymbolLibrary Method
In This Topic
Gets a base symbol for this function definition that may exist in the given symbol library. This method is useful if this function definition object is initialized without any reference to a project (i.e. initialized with a library from system master data)
Syntax
public Symbol GetBaseSymbolFromSpecifiedSymbolLibrary( 
   SymbolLibrary symbolLibrary
)

Parameters

symbolLibrary
A symbol library to get a symbol from. This may be a library from system master data (i.e. without any reference to a project).

Return Value

Eplan.EplApi.DataModel.MasterData.Symbol from the given symbol library.
See Also