Sets the state of the AutoPosition flag.
Syntax: |
---|
DlxAttribute.SetAutoPosition(bEnable) |
Parameters
Parameter | Description |
---|---|
bEnable | Specify true to enable text auto-positioning or false to disable it. |
Return Value
If the operation ends correctly, it returns true otherwise it returns false.
Remarks
This flag indicates whether the text of the attribute should be automatically repositioned when the associated component undergoes a transformation. The automatic repositioning is regulated by the parameters of the group Schematics » Graphic attributes in the dialog box Job Properties.
Example
Copy code | |
---|---|
|