Description

Determines whether the model is logical. DATATYPE: Boolean.

Property Type

  • Read-only property

Syntax

Public Property Logical() As Variant

Example

Dim MyModel As Model
Dim IsLogical As Boolean

IsLogical = MyModel.Logical

See Also

  • No labels