Skip to main content
Participant
March 17, 2015
Answered

Is there a way to get the layer comment?

  • March 17, 2015
  • 1 reply
  • 494 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 has been closed for replies.
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...

1 reply

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.