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

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

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