Returns a string with the part's GUID (Globally Unique Identifier).
Visual Basic |
---|
Public Property PartGuid As String |
Read only String value that contains the GUID.
Example (Visual Basic) | Copy Code |
---|---|
Sub Main (text As String) Dim App As Object Set App = CreateObject("PCDLRN.Application") Dim Part As Object Set Part = App.ActivePartProgram MsgBox Part.PartGuid End Sub |