ArcFM Engine Developer Guide
GetDllEntry Method


Syntax
'Declaration
 
<DispIdAttribute(1610743825)>
Sub GetDllEntry( _
   ByRef DllName As String, _
   ByRef EntryName As String, _
   ByRef Ordinal As Short _
) 
'Usage
 
Dim instance As MemberInfo
Dim DllName As String
Dim EntryName As String
Dim Ordinal As Short
 
instance.GetDllEntry(DllName, EntryName, Ordinal)
[DispId(1610743825)]
void GetDllEntry( 
   out string DllName,
   out string EntryName,
   out short Ordinal
)

Parameters

DllName
EntryName
Ordinal
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

MemberInfo Interface
MemberInfo Members

 

 


Send Comment