You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently there is 1 COM call for each object created, e.g. modelData.SetMember(singleMember) when multible objects are created this should be done with a single COM call: modelData.SetMembers(MemberArray)
The text was updated successfully, but these errors were encountered:
currently there is 1 COM call for each object created, e.g.
modelData.SetMember(singleMember)
when multible objects are created this should be done with a single COM call:modelData.SetMembers(MemberArray)
The text was updated successfully, but these errors were encountered: