 | LatticeMinimumX Property |
Gets/Sets minimum x value in lattice.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double MinimumX { get; set; }
Public Property MinimumX As Double
Get
Set
public:
property double MinimumX {
double get ();
void set (double value);
}
member MinimumX : float with get, set
Property Value
Double
See Also