ArcFM Responder Mobile Developer Guide
TryFindFeatureSubId Method (ReplicationObjectInformation)






Syntax
'Declaration
 
Public Shared Function TryFindFeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByRef subId As System.Integer _
) As System.Boolean
'Usage
 
Dim featureID As FeatureID
Dim x As System.Double
Dim y As System.Double
Dim subId As System.Integer
Dim value As System.Boolean
 
value = ReplicationObjectInformation.TryFindFeatureSubId(featureID, x, y, subId)
public static System.bool TryFindFeatureSubId( 
   FeatureID featureID,
   System.double x,
   System.double y,
   out System.int subId
)
public function TryFindFeatureSubId( 
    featureID: FeatureID;
    x: System.Double;
    y: System.Double;
   Out  subId: System.Integer
): System.Boolean; static; 
public static function TryFindFeatureSubId( 
   featureID : FeatureID,
   x : System.double,
   y : System.double,
   subId : System.int
) : System.boolean;
public: static System.bool TryFindFeatureSubId( 
   FeatureID* featureID,
   System.double x,
   System.double y,
   [PARAMFLAG::Out] System.int subId
) 
public:
static System.bool TryFindFeatureSubId( 
   FeatureID^ featureID,
   System.double x,
   System.double y,
   [Out] System.int subId
) 

Parameters

featureID
x
y
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

ReplicationObjectInformation Class
ReplicationObjectInformation Members

Send Feedback