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