 | VariableGridEnableZAxis Property |
Gets/sets whether to impose step size in the Z direction.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool EnableZAxis { get; set; }
Public Property EnableZAxis As Boolean
Get
Set
public:
property bool EnableZAxis {
bool get ();
void set (bool value);
}
member EnableZAxis : bool with get, set
Property Value
Boolean
See Also