API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / Property Property
Identifier of the MDPartsDatabaseItem's property
Index of the MDPartsDatabaseItem's property

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

Parameters

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