Click or drag to resize

MatchDomainType Enumeration

Enumerator for type of domain matching to perform for a double value.

Namespace: ema3d.Api.V25.Core
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public enum MatchDomainType
Members
Member nameValueDescription
None2

The property does not match to the domain settings.

When the MatchDomain property appears as a boolean (typically in the cases of TStart/TEnd properties), this flag acts as a FALSE value.

Domain3

The property matches exactly to the domain settings.

When the MatchDomain property appears as a boolean (typically in the cases of TStart/TEnd properties), this flag acts as a TRUE value.

Frequency4

The property matches exactly to the domain frequency settings.

In the case of Time settings, this value is only valid for the TStep property. It is identical to Domain for Start and End properties.

When the MatchDomain property appears as a boolean (typically in the cases of TStart/TEnd properties), this flag acts as a TRUE value.

Remarks
In the case of boolean behavior from any properties with this type, None acts as a FALSE value, while Domain and Frequency act as a TRUE value.
See Also