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

Property(String) Property
Method used by operator[] in order to access indexed properties by identifying name.
Syntax
public PropertyValue Property( 
   string strIdentName
) {get; set;}

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