ArcFM Responder Mobile Developer Guide
TryFindXYFromOffset(FeatureID,FeatureID,Double,Double,Double) Method






Syntax
'Declaration
 
Public Overloads MustOverride 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 instance As ReplicationObjectInformationProvider
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 = instance.TryFindXYFromOffset(edgeId, offsetJunctionId, offsetRatio, x, y)
public abstract 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; abstract; 
public __abstract function TryFindXYFromOffset( 
   edgeId : FeatureID,
   offsetJunctionId : FeatureID,
   offsetRatio : System.double,
   x : System.double,
   y : System.double
) : System.boolean;
public: abstract System.bool TryFindXYFromOffset( 
   FeatureID* edgeId,
   FeatureID* offsetJunctionId,
   System.double offsetRatio,
   [PARAMFLAG::Out] System.double x,
   [PARAMFLAG::Out] System.double y
) 
public:
abstract System.bool TryFindXYFromOffset( 
   FeatureID^ edgeId,
   FeatureID^ offsetJunctionId,
   System.double offsetRatio,
   [Out] System.double x,
   [Out] System.double y
) 

Parameters

edgeId
offsetJunctionId
offsetRatio
x
y
Requirements

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

See Also

Reference

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

Send Feedback