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