Description
Indicates whether the currently displayed submodel is the main sub model (true) or not (false). DATATYPE: Boolean.
Property Type
- Read-only property
Syntax
Public Property MainSubModel() As Variant
Example
Dim MySubModel As SubModel Dim MainSubMod As Boolean MainSubMod = MySubM<odel.MainSubModel
See Also