Click or drag to resize

IMaterialsAddGyromagnetic Method

Adds a new gyromagnetic material with the specified name. The created material properties are vacuum properties.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMaterial AddGyromagnetic(
	string name
)

Parameters

name
Type: SystemString
Material name.

Return Value

Type: IMaterial
Reference to newly created material.
See Also