ArcFM Responder Mobile Developer Guide
FeatureID Constructor(Int32,Int32,Int32)






Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer, _
   ByVal subid As System.Integer _
)
'Usage
 
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subid As System.Integer
 
Dim instance As New FeatureID(fcid, oid, subid)
public FeatureID( 
   System.int fcid,
   System.int oid,
   System.int subid
)
public FeatureID( 
    fcid: System.Integer;
    oid: System.Integer;
    subid: System.Integer
); 
public function FeatureID( 
   fcid : System.int,
   oid : System.int,
   subid : System.int
);
public: FeatureID( 
   System.int fcid,
   System.int oid,
   System.int subid
)
public:
FeatureID( 
   System.int fcid,
   System.int oid,
   System.int subid
)

Parameters

fcid
oid
subid
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

FeatureID Class
FeatureID Members
Overload List

Send Feedback