 | IAdaptiveMeshingMaxIterations Property |
Gets or sets maximum number of iterations.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxint MaxIterations { get; set; }Property MaxIterations As Integer
Get
Set
Dim instance As IAdaptiveMeshing
Dim value As Integer
value = instance.MaxIterations
instance.MaxIterations = value
Property Value
Type:
Int32
See Also