Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolVariantPropertyList Class / Property Property / Property(MDAnyPropertyId) Property
Identifier of the property

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

Parameters

id
Identifier of the 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
See Also