ArcFM Responder Mobile Developer Guide
TryFindOffset Method (ReplicationObjectInformationProvider)






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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

Send Feedback