public PropertyValue Property( Properties.Arc id ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(Properties.Arc id); void set (Properties.Arc id, PropertyValue^ value); }
Parameters
- id
- Identifier of the Arc's property
public PropertyValue Property( Properties.Arc id ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(Properties.Arc id); void set (Properties.Arc id, PropertyValue^ value); }
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown in case of an external error. Please refer to the exception message. |
Eplan.EplApi.DataModel.PropertyNotFoundException | PropertyNotFoundException |
Eplan.EplApi.DataModel.PropertyReadOnlyException | PropertyReadOnlyException |
Eplan.EplApi.DataModel.SettingValueFailedException | SettingValueFailedException |