Skip to main content
Participant
March 17, 2015
Answered

Is there a way to get the layer comment?

  • March 17, 2015
  • 3 replies
  • 497 views

Hi, Everyone.

I'm having a problem.

I can not find the API to get the layer comment.

Could you please teach me?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer shachar carmi

hmmm... there' seems to be no c API for that.

you can always do that through AEGP_ExecuteScript(), and retrieve the

result back to the c side.

funny. i was sure there'd be an api for that...

3 replies

shachar carmiCommunity ExpertCorrect answer
Community Expert
March 17, 2015

hmmm... there' seems to be no c API for that.

you can always do that through AEGP_ExecuteScript(), and retrieve the

result back to the c side.

funny. i was sure there'd be an api for that...

Participant
March 19, 2015

Thank you, shachar.

you can always do that through AEGP_ExecuteScript(), and retrieve the

result back to the c side.

I’ll give it a try.