 | LatticeBounds Property |
Gets/Sets lattice bounds with a Box object.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Box Bounds { get; set; }
Public Property Bounds As Box
Get
Set
public:
property Box Bounds {
Box get ();
void set (Box value);
}
member Bounds : Box with get, set
Property Value
Box
See Also