InterfaceODBObjectUpdateDynamicText(InterfaceODBLayer) Method

If current object is a text object, and has a dynamic text value (e.g. $$DDMMYYYY), then the dynamic text of the object is updated

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void UpdateDynamicText(
	InterfaceODBLayer refLayer
)

Parameters

refLayer  InterfaceODBLayer
Needed if the dynamic text is the value of an attribute of this layer or its step

See Also