Page History
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim MyAttribute As AttributeObj Dim bIsKey As Boolean Dim AttributeName As String bIsKey = True AttributeName = "City" Set MyAttribute = MyEntity.Attributes.Add(AttributeName, bIsKey) |
Info | ||
---|---|---|
| ||
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim MyAttribute As AttributeObj Dim bIsKey As Boolean Dim AttributeName As String bIsKey = True AttributeName = "City" Set MyAttribute = MyEntity.Attributes.Add(AttributeName, bIsKey) |
Info | ||
---|---|---|
| ||
Copyright © 2004-2024 IDERA, Inc.