Page History
Description
InterModelID Name of the object as assigned by ER/Studioview. DATATYPE: IntegerString.
Property Type
- Read-write property
Syntax
Code Block | ||
---|---|---|
| ||
Public Property LogOrPhysOnlyName() As Variant |
Example
Code Block | ||
---|---|---|
| ||
Dim MyView As View
Dim ViewName As String
ViewName = "TheViewname"
MyView.Name = ViewName |
Info | ||
---|---|---|
| ||