Miner.Responder.Framework.Replication Namespace > DbSourceFeatureIdentificationProvider Class : FeatureSubId Method |
'Declaration
Public Overrides Function FeatureSubId( _ ByVal featureID As FeatureID, _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As System.Integer
'Usage
Dim instance As DbSourceFeatureIdentificationProvider Dim featureID As FeatureID Dim x As System.Double Dim y As System.Double Dim value As System.Integer value = instance.FeatureSubId(featureID, x, y)
public function FeatureSubId( featureID: FeatureID; x: System.Double; y: System.Double ): System.Integer; override;
public override function FeatureSubId( featureID : FeatureID, x : System.double, y : System.double ) : System.int;
public: System.int FeatureSubId( FeatureID* featureID, System.double x, System.double y ) override
public: System.int FeatureSubId( FeatureID^ featureID, System.double x, System.double y ) override
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