Eplan Platform API
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / Property Property / Property(String) Property

In This Topic
    Property(String) Property
    In This Topic
    Method used by operator[] in order to access indexed properties by identifying name.
    Syntax
    public PropertyValue Property( 
       string strIdentName
    ) {get; set;}
    public:
    property PropertyValue^ Property {
       PropertyValue^ get(String^ strIdentName);
       void set (String^ strIdentName, PropertyValue^ value);
    }

    Parameters

    strIdentName

    Property Value

    PropertyValue Object that automatically 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