API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / AddSymbolPosition Method
Name of symbol library which stores the symbol. Can't be null or empty.
Number of the symbol.
Variant index of the symbol.

AddSymbolPosition Method (MDPart)
Add a new symbol position to the part. Symbol is added at the first available index of symbol position list.
Syntax

Parameters

strSymbolLibraryName
Name of symbol library which stores the symbol. Can't be null or empty.
iSymbolNr
Number of the symbol.
iSymbolVariantId
Variant index of the symbol.

Return Value

New created symbol position.
Exceptions
ExceptionDescription
Thrown if strSymbolLibraryName is null or empty.
Thrown when adding new symbol position has failed.
See Also