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