Platforms to show: All Mac Windows Linux Cross-Platform

Back to PythonMBS class.

PythonMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Python MBS Python Plugin 24.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes Desktop, Console & Web
The internal object reference.

(Read and Write property)

PythonMBS.ValueCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Python MBS Python Plugin 24.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes Desktop, Console & Web
Queries number of variables.
Example
Var p As New PythonMBS

Print "ValueCount: " + p.ValueCount.ToString

p.Value("Hello") = 123.0

Print "ValueCount: " + p.ValueCount.ToString

p.DeleteValue "Hello"

Print "ValueCount: " + p.ValueCount.ToString

See Keys method to get list of names.
(Read only property)

The items on this page are in the following plugins: MBS Python Plugin.


The biggest plugin in space...