Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / BaseSymbol Property

In This Topic
    BaseSymbol Property
    In This Topic
    Gets the best fitting SymbolVariant for this FunctionDefinition. This SymbolVariant can be used to insert SymbolReferences with not yet any SymbolVariant assigned onto pages. This is useful e.g. for InsertInteractions in GED
    Syntax
    public SymbolVariant BaseSymbol {get;}
    public:
    property SymbolVariant^ BaseSymbol {
       SymbolVariant^ get();
    }

    Property Value

    SymbolVariant fitting to the FunctionDefinition
    See Also