Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm sure it's incredibly simple, but I've been searching for hours and haven't figured it out yet.
I just want to suppress a feature named "myFeature" in timeline using the Feature.isSuppressed Property
In API reference I find the following
feature_var.isSuppressed = True
Where "feature_var" is a variable referencing a Feature object.
QUESTION
What the right way to reference a Feature by its name? I suppose something like this...
getFeatureByName("myFeature").isSuppressed = True
Please can you tell me the right syntax?
Solved! Go to Solution.