Responder Developer Guide
SnapInfo Constructor(IApplication,String[])


Syntax
'Declaration
 
Public Function New( _
   ByVal app As ESRI.ArcGIS.Framework.IApplication, _
   ByVal ParamArray snapModelNames() As String _
)
'Usage
 
Dim app As ESRI.ArcGIS.Framework.IApplication
Dim snapModelNames() As String
 
Dim instance As New SnapInfo(app, snapModelNames)
public SnapInfo( 
   ESRI.ArcGIS.Framework.IApplication app,
   params string[] snapModelNames
)

Parameters

app
snapModelNames
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

SnapInfo Class
SnapInfo Members
Overload List

 

 


Send Comment