 | APIautoMassInY Property |
Set the auto-mass in Y direction.
REST path: /mass/autoY
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool autoMassInY { get; set; }
Public Property autoMassInY As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.autoMassInY
instance.autoMassInY = value
public:
property bool autoMassInY {
bool get ();
void set (bool value);
}
member autoMassInY : bool with get, set
Property Value
BooleanReturn Value
Boolean
See Also