 | BoundaryXMax Property |
Gets/Sets boundary type on upper x surface.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic BoundaryType XMax { get; set; }
Public Property XMax As BoundaryType
Get
Set
public:
property BoundaryType XMax {
BoundaryType get ();
void set (BoundaryType value);
}
member XMax : BoundaryType with get, set
Property Value
BoundaryType
See Also