Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlacementPropertyList Class / Property Property / Property(AnyPropertyId) Property

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

    Parameters

    propertyId

    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
    See Also