Announcements

Community notifications may experience intermittent interruptions between 10–12 November during scheduled maintenance. We appreciate your patience.

Get feature name?

Get feature name?

agcglass
Contributor Contributor
363 Views
1 Reply
Message 1 of 2

Get feature name?

agcglass
Contributor
Contributor

good morning all, 

 

I am trying to write an add-in where i can select a feature from my timeline and store the name in a table list. I have been playing around with the built in table add-in and the everything add-in from fusion but I have not been able to successfully accomplish this. Any help would be greatly appreciated!

0 Likes
364 Views
1 Reply
Reply (1)
Message 2 of 2

j4n.vokurka
Advocate
Advocate

Hello,

I don't know which add-ins you're referring to but by using Timeline.markerPosition property to get the index of selected item and item() method of Timeline object, to access the actual object, you should be able to query the individual items.

After checking for example if the specific timeline object isn't suppressed or is valid (define the criteria for your object according to your needs), you can use the name property to get the name and save it.

I hope I provided what you were looking for.