Jump to content
Developer Wiki and Function Reference Links ×

Is varPlanRotationAngle a read-only variable?


Tea

Recommended Posts

Dear Developers,

 

is varPlanRotationAngle (from Selectors for GetProgramVariable and SetProgramVariable) a read-only variable?

 

For me this works ok:

double planRotation;
gSDK->GetProgramVariable(varPlanRotationAngle, &planRotation);

 

While this doesn't work:

double planRotation = 30.0;
bool res = gSDK->SetProgramVariable(varPlanRotationAngle, &planRotation); // returns False

 

 

Thanks for help,

Tea

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...