Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / Property Property / Property(FunctionBase) Property
Identifier of the FunctionBase's property

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

    Parameters

    id
    Identifier of the FunctionBase's property

    Property Value

    PropertyValue object that automaticaly converts into common used types.
    Exceptions
    ExceptionDescription
    Thrown in case of an external error. Please refer to the exception message.
    PropertyNotFoundException
    PropertyReadOnlyException
    SettingValueFailedException
    See Also