ArcFM Engine Developer Guide
TryFindXYFromOffset(FeatureID,Double,Double,Double) Method


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

Parameters

edge
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