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