Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

InterModelID Name of the object as assigned by ER/Studioview. DATATYPE: IntegerString.

Property Type

  • Read-write property

Syntax

Code Block
languagevb
Public Property LogOrPhysOnlyName() As Variant

Example

Code Block
languagevb
Dim MyView As View
Dim ViewName As String

ViewName = "TheViewname"
MyView.Name = ViewName
Info
titleSee Also