ArcFM Engine 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 Double, _
   ByRef x As Double, _
   ByRef y As Double _
) As Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim edgeId As FeatureID
Dim offsetJunctionId As FeatureID
Dim offsetRatio As Double
Dim x As Double
Dim y As Double
Dim value As Boolean
 
value = instance.TryFindXYFromOffset(edgeId, offsetJunctionId, offsetRatio, x, y)
public abstract bool TryFindXYFromOffset( 
   FeatureID edgeId,
   FeatureID offsetJunctionId,
   double offsetRatio,
   out double x,
   out double y
)

Parameters

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

 

 


Send Comment