ArcFM Responder Mobile Developer Guide
GetSourcesForFeature Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal feature As FeatureID, _
   Optional ByVal state As GetSourcesForFeature.NetworkState _
)
'Usage
 
Dim feature As FeatureID
Dim state As GetSourcesForFeature.NetworkState
 
Dim instance As New GetSourcesForFeature(feature, state)
public GetSourcesForFeature( 
   FeatureID feature,
   GetSourcesForFeature.NetworkState state
)
public GetSourcesForFeature( 
    feature: FeatureID;
    state: GetSourcesForFeature.NetworkState
); 
public function GetSourcesForFeature( 
   feature : FeatureID,
   state : GetSourcesForFeature.NetworkState
);
public: GetSourcesForFeature( 
   FeatureID* feature,
   GetSourcesForFeature.NetworkState state
)
public:
GetSourcesForFeature( 
   FeatureID^ feature,
   GetSourcesForFeature.NetworkState state
)

Parameters

feature
state
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetSourcesForFeature Class
GetSourcesForFeature Members

Send Feedback