public new FunctionBasePropertyList Properties {get;}
public: new property FunctionBasePropertyList^ Properties { FunctionBasePropertyList^ get(); }
public new FunctionBasePropertyList Properties {get;}
public: new property FunctionBasePropertyList^ Properties { FunctionBasePropertyList^ get(); }
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];