name property

name property

Returns or sets the name of the specified Timeline

Example


# Set the name of the specified Timeline.
timelineObj.name = "timeline name test"

Definition:

@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...

See Also