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

In This Topic
    Property(MDAnyPropertyId,Int32) Property
    In This Topic
    Method used by operator[] in order to access indexed properties by MDAnyPropertyId.
    Syntax
    public new MDPropertyValue Property( 
       MDAnyPropertyId id,
       int index
    ) {get; set;}
    public:
    new property MDPropertyValue^ Property {
       MDPropertyValue^ get(MDAnyPropertyId^ id, int index);
       void set (MDAnyPropertyId^ id, int index, MDPropertyValue^ value);
    }

    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