Responder Developer Guide
TryCastFeature(FeatureIdentifier,String) Method


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

Parameters

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