 | LatticeStepSize Property |
Gets/Sets the step size in the lattice for each coordinate direction.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Point StepSize { get; set; }
Public Property StepSize As Point
Get
Set
public:
property Point StepSize {
Point get ();
void set (Point value);
}
member StepSize : Point with get, set
Property Value
Point
See Also