ArcFM Engine Developer Guide
TryFindOffset Method (ReplicationObjectInformationProvider)


Syntax
'Declaration
 
Public MustOverride Function TryFindOffset( _
   ByVal edgeId As FeatureID, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByRef offsetRatio As Double, _
   ByRef offsetJunctionId As FeatureID _
) As Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim edgeId As FeatureID
Dim x As Double
Dim y As Double
Dim offsetRatio As Double
Dim offsetJunctionId As FeatureID
Dim value As Boolean
 
value = instance.TryFindOffset(edgeId, x, y, offsetRatio, offsetJunctionId)
public abstract bool TryFindOffset( 
   FeatureID edgeId,
   double x,
   double y,
   out double offsetRatio,
   out FeatureID offsetJunctionId
)

Parameters

edgeId
x
y
offsetRatio
offsetJunctionId
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

 

 


Send Comment