ArcFM Solution 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
)

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

ReplicationObjectInformation Class
ReplicationObjectInformation Members

 

 


Send Comment