Responder Developer Guide
BeginLoadFeatures Method


Syntax
'Declaration
 
Protected Function BeginLoadFeatures( _
   ByVal context As FeatureLoadingContext, _
   ByVal ParamArray featureIdentifiers() As FeatureIdentifier _
) As IAsyncResult
'Usage
 
Dim instance As MultiFeatureTask
Dim context As FeatureLoadingContext
Dim featureIdentifiers() As FeatureIdentifier
Dim value As IAsyncResult
 
value = instance.BeginLoadFeatures(context, featureIdentifiers)
protected IAsyncResult BeginLoadFeatures( 
   FeatureLoadingContext context,
   params FeatureIdentifier[] featureIdentifiers
)

Parameters

context
featureIdentifiers
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

MultiFeatureTask Class
MultiFeatureTask Members

 

 


Send Comment