ArcFM Desktop Developer Guide
get_NativeType Method


Syntax
'Declaration
 
Public Function get_NativeType( _
   ByVal DatasetType As ESRI.ArcGIS.Geodatabase.esriDatasetType, _
   ByVal localName As String _
) As ESRI.ArcGIS.Geodatabase.INativeType
'Usage
 
Dim instance As GraphNodeWorkspace
Dim DatasetType As ESRI.ArcGIS.Geodatabase.esriDatasetType
Dim localName As String
Dim value As ESRI.ArcGIS.Geodatabase.INativeType
 
value = instance.get_NativeType(DatasetType, localName)
public ESRI.ArcGIS.Geodatabase.INativeType get_NativeType( 
   ESRI.ArcGIS.Geodatabase.esriDatasetType DatasetType,
   string localName
)

Parameters

DatasetType
localName
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

GraphNodeWorkspace Class
GraphNodeWorkspace Members

 

 


Send Comment