ArcFM Desktop Developer Guide
GetBaseVersionName Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Provides the name of the parent version.
Syntax
'Declaration
 
Function GetBaseVersionName( _
   ByVal lNodeID As Integer _
) As String
'Usage
 
Dim instance As IMMPxSDEVersionNamer
Dim lNodeID As Integer
Dim value As String
 
value = instance.GetBaseVersionName(lNodeID)
string GetBaseVersionName( 
   int lNodeID
)

Parameters

lNodeID
Long

Return Value

String
Example
The following code sample demonstrates how the IMMPxSDEVersionNamer::GetBaseVersionName method may be implemented.
Visual Basic Copy Code
Private Function IMMPxSDEVersionNamer_GetBaseVersionName(ByVal lNodeID As Long) As String
    If m_pPxApp Is Nothing Then
        MsgBox "VersionNamer PxApp has not been initialized"
    End If
    ' return empty string
    Exit Function
End Function
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxSDEVersionNamer Interface
IMMPxSDEVersionNamer Members

 

 


Send Comment