Description

Name of the submodel. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Name() As Variant

Example

Dim MySubModel As SubModel
Dim SubName As String
SubName = "Submarine"
MySubModel.Name = SubName