ArcFM Responder Mobile Developer Guide
FeatureKey Constructor
Example 






The object class identifier.
The object identifier.
Initializes a new instance of the FeatureKey class.
Syntax
'Declaration
 
Public Function New( _
   ByVal objectClassID As System.Integer, _
   ByVal objectID As System.Integer _
)
'Usage
 
Dim objectClassID As System.Integer
Dim objectID As System.Integer
 
Dim instance As New FeatureKey(objectClassID, objectID)
public FeatureKey( 
   System.int objectClassID,
   System.int objectID
)
public FeatureKey( 
    objectClassID: System.Integer;
    objectID: System.Integer
); 
public function FeatureKey( 
   objectClassID : System.int,
   objectID : System.int
);
public: FeatureKey( 
   System.int objectClassID,
   System.int objectID
)
public:
FeatureKey( 
   System.int objectClassID,
   System.int objectID
)

Parameters

objectClassID
The object class identifier.
objectID
The object identifier.
Example
Creating a feature key.
[
            var featureKey = new FeatureKey(feature.Class.ObjectClassID, feature.OID);
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

FeatureKey Class
FeatureKey Members

Send Feedback