ArcFM Responder Mobile Developer Guide
FeatureClassObjectsDelegate Delegate






Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Delegate Function FeatureClassObjectsDelegate( _
   ByVal featureModelName As System.String, _
   ByRef fcid As System.Integer _
) As System.Integer()
'Usage
 
Dim instance As New FeatureClassObjectsDelegate(AddressOf HandlerMethod)
[System.Serializable()]
public delegate System.int[] FeatureClassObjectsDelegate( 
   System.string featureModelName,
   out System.int fcid
)
public delegate FeatureClassObjectsDelegate( 
    featureModelName: System.String;
   Out  fcid: System.Integer
);
System.SerializableAttribute()
public delegate FeatureClassObjectsDelegate( 
   featureModelName : System.String,
   fcid : System.int
) : System.int[]
[System.Serializable()]
public: __gc __delegate System.int[]* FeatureClassObjectsDelegate( 
   System.string* featureModelName,
   [PARAMFLAG::Out] System.int fcid
)
[System.Serializable()]
public delegate System.array<int>^ FeatureClassObjectsDelegate( 
   System.String^ featureModelName,
   [Out] System.int fcid
)

Parameters

featureModelName
fcid
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

FeatureClassObjectsDelegate Members
Miner.Responder.Framework.Requests Namespace

Send Feedback