IntelliCAD 11.1 Object Library
Library Property
See Also 
Application Object : Library Property

Description

Returns the library object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Library As Library

Example

The following example demonstrates how to use the Library property to return the name of the Parent property.

Private Sub LibraryPropExample()

     Dim icadDoc As IntelliCAD.Document

     Dim libObj As String

     libObj = Application.Library.Parent.Name

     MsgBox "Name is: " & libObj

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.