Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / Property Property / Property(MDSymbol) Property
Identifier of the MDSymbol's property

Property(MDSymbol) Property
Method used by operator[] in order to access properties.
Syntax
public MDPropertyValue Property( 
   Properties.MDSymbol id
) {get; set;}

Parameters

id
Identifier of the MDSymbol's property

Property Value

MDPropertyValue object that automaticaly converts into common used types.
Exceptions
ExceptionDescription
Thrown in case of an external error. Please refer to the exception message.
MDPropertyNotFoundException
MDPropertyReadOnlyException
MDSettingValueFailedException
See Also