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

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

    Parameters

    id
    Identifier of the Page'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