public new FunctionBasePropertyList Properties {get;}
public: new property FunctionBasePropertyList^ Properties { FunctionBasePropertyList^ get(); }
Property Value
P8 properties of theFunctionBase.FunctionBase object.public new FunctionBasePropertyList Properties {get;}
public: new property FunctionBasePropertyList^ Properties { FunctionBasePropertyList^ get(); }
FunctionBase.| Exception | Description |
|---|---|
| ForbiddenOperationException | Thrown when this property is used for
Eplan.EplApi.DataModel.EObjects.TerminalStrip
or Eplan.EplApi.DataModel.EObjects.PlugStrip objects. |
TerminalStrip and PlugStrip objects.FunctionBase func; func.Properties[Properties.FunctionBase.DESIGNATION_PLANT] = "AP"; func.Properties[Properties.FunctionBase.FUNC_COMMENT] = "that is a good function"; string s = func.Properties[Properties.FunctionBase.FUNC_DEVICETAG_FULL];