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