API Help
Eplan.EplApi.DataModel Namespace / BlockPropertyList Class / Property Property / Property(Block,Int32) Property
Identifier of the Block's property
Index of the Block's property

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

    Parameters

    id
    Identifier of the Block's property
    index
    Index of the Block'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
    InvalidIndexException
    PropertyReadOnlyException
    SettingValueFailedException
    See Also