DavidCaste
Structural
- Sep 2, 2014
- 1
Hi, I've been using the OAPI functions with Matlab in order to extract some analysis results from a computational model with shells, but now I'm having troubles with some functions. I have a cellstring with the names of the areas assigned to a section cut, then, when I try to get the Section Property name with the function GetProperty, Matlab shows this message:
No method 'GetProperty' with matching signature found for class
'Interface.SAP2000V16._cAreaObj'.
I don't know what's wrong with my code:
Name = AreaNames{1,1};
PropName = cellstr(' ');
[ret,Name,PropName]=SapObject.SapModel.AreaObj.GetProperty(Name,PropName);
Thanks for your help!
No method 'GetProperty' with matching signature found for class
'Interface.SAP2000V16._cAreaObj'.
I don't know what's wrong with my code:
Name = AreaNames{1,1};
PropName = cellstr(' ');
[ret,Name,PropName]=SapObject.SapModel.AreaObj.GetProperty(Name,PropName);
Thanks for your help!