(API) Creating new RC Calculation Parameter Set Labels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to learn if it possible to create new Calculation Parameter Definition Labels through the API.
The data elements described in the Calculation Parameter Dialog are available in the ROBOT API through the interfaces:
IRBestCalcParamsDataStringValue
IRBestCalcParamsDataIntegerValue
IRBestCalcParamsDataDoubleValue
And functions to apply these data elements are made available through the IRBestCalcParamsData interface.
However it does not appear possible or correct to create these labels via the RobotLabelServer in the way we create Material or Section labels.
The following code returns a COM Error:
IRobotLabel reinforcementParametersSetLabel = robotLabelServer.Create(IRobotLabelType.I_LT_MEMBER_REINFORCEMENT_PARAMS, "newparameter-set");
Is anyone aware of the viability and/or correct procedure for Creating new Member Reinforcement Parameter labels?
Thank you and regards,
Liam McHale