 | APIautoMassInX Property |
Set the auto-mass in X direction.
REST path: /mass/autoX
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 autoMassInX { get; set; }
Public Property autoMassInX As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.autoMassInX
instance.autoMassInX = value
public:
property bool autoMassInX {
bool get ();
void set (bool value);
}
member autoMassInX : bool with get, set
Property Value
BooleanReturn Value
Boolean
See Also