FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

name

Read access to the name of an object. Read/write access to the name of FlexPro data.

Syntax

Object.name

or

Data.name

or

Data.name = Name

The syntax of the name property consists of the following elements:

Part

Description

Object

The object that is accessed. Use this to access the current formula.

Data

A flexpro.Data object to which header information of the data object from which it originates is assigned.

Name

String with the name.

Availability

FlexPro Professional, Developer Suite

Examples

flexpro.object(r'\Graphs').name or flexpro.object(r'\Graphs.FLD’).name

Returns the string "Graphs".

flexpro.object(r'\Graphs\Diagram.2D’).name

Returns the string "Diagram".

flexpro.object(r'\\’).name

Returns the name of the current project database, e.g. "Project Database1".

 

See Also

path Property

full_name Property