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