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