Read access to the object's comments.
Syntax
Object.comments
The syntax of the comments property consists of the following elements:
Element |
Description |
---|---|
Object |
The object being accessed. All object types except data objects are permitted. |
Available In
FlexPro Professional, Developer Suite
Examples
flexpro.object(r'\Diagram.2D’).comments |
Returns a string with the comments of a 2D diagram in the root folder. |