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

Description

Returns the full path of the application EXE.

Property type

Read-only property

Syntax

Visual Basic
Public Property FullName As String

Example

Private Sub FullNamePropExample()

     Dim myName As String

     myName = Application.FullName

     MsgBox ("Name is: " & myName)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.