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

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

    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