![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Create routes from using topology.
[Visual Basic .NET] Public Function CreateUsingCoordinatePriority2 ( _ ByVal lengthFieldName As String, _ ByVal factor As Double, _ ByVal Offset As Double, _ ByVal seedingCorner As esriMSeedingCorner, _ ByVal ignoreGaps As Boolean, _ ByVal outputFClassName As IFeatureClassName, _ ByVal outputGeometryDef As IGeometryDef, _ ByVal configKeyword As String, _ ByVal trackCancel As ITrackCancel _ ) As IEnumBSTR
[C#] public IEnumBSTR CreateUsingCoordinatePriority2 ( string lengthFieldName, double factor, double Offset, esriMSeedingCorner seedingCorner, bool ignoreGaps, IFeatureClassName outputFClassName, IGeometryDef outputGeometryDef, string configKeyword, ITrackCancel trackCancel );
[C++]
HRESULT CreateUsingCoordinatePriority2(
  BSTR lengthFieldName,
  double factor,
  double Offset,
  esriMSeedingCorner seedingCorner,
  VARIANT_BOOL ignoreGaps,
  IFeatureClassName* outputFClassName,
  IGeometryDef* outputGeometryDef,
  BSTR configKeyword,
  ITrackCancel* trackCancel
);
[C++] Parameters lengthFieldName [in]
lengthFieldName is a parameter of type BSTR factor [in]
factor is a parameter of type double Offset [in]
Offset is a parameter of type double seedingCorner [in]
seedingCorner is a parameter of type esriMSeedingCorner ignoreGaps [in]
ignoreGaps is a parameter of type bool outputFClassName [in]
outputFClassName is a parameter of type IFeatureClassName* outputGeometryDef [in]
outputGeometryDef is a parameter of type IGeometryDef* configKeyword [in]
configKeyword is a parameter of type BSTR trackCancel [in]
trackCancel is a parameter of type ITrackCancel*