Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLinePropertyList Class / Property Property / Property(AnyPropertyId,Int32) Property
Index of the property

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

    Parameters

    propertyId
    index
    Index of the property

    Property Value

    Eplan.EplApi.DataModel.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
    SettingValueFailedException
    See Also