Message 1 of 3
how to read name of current LOD
Not applicable
06-26-2014
04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to read the name of the LOD that is active and return it via msgbox but it's not working for me?
Dim oDoc As AssemblyDocument
oDoc = ThisApplication.ActiveDocument
Dim test As String
test = LevelOfDetailRepresentation.Name()
MessageBox.Show("Message" & test, "Title")
whats not correct?
