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

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

Parameters

id
Identifier of the property
index
Index 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
MDInvalidIndexException
MDSettingValueFailedException
See Also