Home
Up
BarRecords
Name
Status
SuperstructureMass
SuperstructureMassEpoxy
SubstructureMass
SubstructureMassEpoxy
OnBarRecordAdded
OnBarRecordChanged
OnBarRecrodRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupChanged

Group.Name

Set/Get the Name property

Syntax

name = group.Name
group.Name = name

Parameters

None

Returns

String. The current value of the Name property

Example

This example displays the name of a group

Dim name As String
name = barlist.Groups(0).Name
MsgBox "Name = " + name

 

Copyright © 1999, Washington State Department of Transportation