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

In This Topic
    Property(FunctionBase,Int32) Property
    In This Topic
    Method used by operator[] in order to access indexed properties.
    Syntax

    Parameters

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