BarRecord.BendType
Returns the bend type identifier for this bar record
Syntax
type =
barrecord.BendType
Parameters
None
Returns
Long Integer. Returns the bend type identifer for this
bar record.
Example
This example accesses the bend type property and displays it.
Dim bendtype as
Long
bendtype = barrecord.BendType
MsgBox "Bend Type = " + bendtype
|