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

Property(AnyPropertyId) Property
Method used by operator[] in order to access properties by AnyPropertyId.
Syntax
public new PropertyValue Property( 
   AnyPropertyId propertyId
) {get; set;}

Parameters

propertyId

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