Miner.Responder.Shared.Replication Namespace > ReplicationObjectInformation Class > TryFindXYFromOffset Method : TryFindXYFromOffset(FeatureID,Double,Double,Double) Method |
'Declaration
Public Overloads Shared Function TryFindXYFromOffset( _ ByVal edge As FeatureID, _ ByVal offsetRatio As System.Double, _ ByRef x As System.Double, _ ByRef y As System.Double _ ) As System.Boolean
'Usage
Dim edge As FeatureID Dim offsetRatio As System.Double Dim x As System.Double Dim y As System.Double Dim value As System.Boolean value = ReplicationObjectInformation.TryFindXYFromOffset(edge, offsetRatio, x, y)
public static System.bool TryFindXYFromOffset( FeatureID edge, System.double offsetRatio, out System.double x, out System.double y )
public function TryFindXYFromOffset( edge: FeatureID; offsetRatio: System.Double; Out x: System.Double; Out y: System.Double ): System.Boolean; static;
public static function TryFindXYFromOffset( edge : FeatureID, offsetRatio : System.double, x : System.double, y : System.double ) : System.boolean;
public: static System.bool TryFindXYFromOffset( FeatureID* edge, System.double offsetRatio, [PARAMFLAG::Out] System.double x, [PARAMFLAG::Out] System.double y )
public: static System.bool TryFindXYFromOffset( FeatureID^ edge, System.double offsetRatio, [Out] System.double x, [Out] 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