Message 1 of 4
Name of Block from DBObject - Can anyone help

Not applicable
05-24-2005
01:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to obtain the name of a block from a Block Reference object
Private Function ReturnBlockName(ByVal oDBObject As DBObject) as string
If TypeOf oDBObject Is BlockReference Then
End If
End Function
Private Function ReturnBlockName(ByVal oDBObject As DBObject) as string
If TypeOf oDBObject Is BlockReference Then
End If
End Function