ArcFM Responder Mobile Developer Guide
TryFindOffset Method (ReplicationObjectInformation)






Syntax
'Declaration
 
Public Shared Function TryFindOffset( _
   ByVal edgeId As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByRef offsetRatio As System.Double, _
   ByRef offsetJunctionId As FeatureID _
) As System.Boolean
'Usage
 
Dim edgeId As FeatureID
Dim x As System.Double
Dim y As System.Double
Dim offsetRatio As System.Double
Dim offsetJunctionId As FeatureID
Dim value As System.Boolean
 
value = ReplicationObjectInformation.TryFindOffset(edgeId, x, y, offsetRatio, offsetJunctionId)
public static System.bool TryFindOffset( 
   FeatureID edgeId,
   System.double x,
   System.double y,
   out System.double offsetRatio,
   out FeatureID offsetJunctionId
)
public function TryFindOffset( 
    edgeId: FeatureID;
    x: System.Double;
    y: System.Double;
   Out  offsetRatio: System.Double;
   Out  offsetJunctionId: FeatureID
): System.Boolean; static; 
public static function TryFindOffset( 
   edgeId : FeatureID,
   x : System.double,
   y : System.double,
   offsetRatio : System.double,
   offsetJunctionId : FeatureID
) : System.boolean;
public: static System.bool TryFindOffset( 
   FeatureID* edgeId,
   System.double x,
   System.double y,
   [PARAMFLAG::Out] System.double offsetRatio,
   [PARAMFLAG::Out] FeatureID* offsetJunctionId
) 
public:
static System.bool TryFindOffset( 
   FeatureID^ edgeId,
   System.double x,
   System.double y,
   [Out] System.double offsetRatio,
   [Out] FeatureID^ offsetJunctionId
) 

Parameters

edgeId
x
y
offsetRatio
offsetJunctionId
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

ReplicationObjectInformation Class
ReplicationObjectInformation Members

Send Feedback