 | LatticeMaximum Property |
Gets/Sets maximum point in the lattice.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Point Maximum { get; set; }
Public Property Maximum As Point
Get
Set
public:
property Point Maximum {
Point get ();
void set (Point value);
}
member Maximum : Point with get, set
Property Value
Point
See Also