Responder Developer Guide
TryCastFeature(Int32,String,FeatureIdentifier) Method


Syntax
'Declaration
 
Overloads Function TryCastFeature( _
   ByVal featureClassId As Integer, _
   ByVal featureName As String, _
   ByRef identifier As FeatureIdentifier _
) As Boolean
'Usage
 
Dim instance As IFeatureConversionService
Dim featureClassId As Integer
Dim featureName As String
Dim identifier As FeatureIdentifier
Dim value As Boolean
 
value = instance.TryCastFeature(featureClassId, featureName, identifier)
bool TryCastFeature( 
   int featureClassId,
   string featureName,
   out FeatureIdentifier identifier
)

Parameters

featureClassId
featureName
identifier
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

IFeatureConversionService Interface
IFeatureConversionService Members
Overload List

 

 


Send Comment