Miner.Responder.Shared.Replication Namespace > ReplicationObjectInformationProvider Class : TryFindFeatureSubId Method |
'Declaration
Public MustOverride 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 instance As ReplicationObjectInformationProvider 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 = instance.TryFindFeatureSubId(featureID, x, y, subId)
public abstract 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; abstract;
public __abstract function TryFindFeatureSubId( featureID : FeatureID, x : System.double, y : System.double, subId : System.int ) : System.boolean;
public: abstract System.bool TryFindFeatureSubId( FeatureID* featureID, System.double x, System.double y, [PARAMFLAG::Out] System.int subId )
public: abstract System.bool TryFindFeatureSubId( FeatureID^ featureID, System.double x, System.double y, [Out] System.int subId )
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