Click or drag to resize

SourceNavigatorPathNewFromIndex Method

Creates a new path from this path starting from the index specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public SourceNavigatorPath NewFromIndex(
	int startIndex
)

Parameters

startIndex
Type: SystemInt32
0 based index in this path which is the start of the new path to return

Return Value

Type: SourceNavigatorPath
a new path with the elements from this parth starting at the element at the index specified the end of the pathToExclude, otherwise a copy of this path
See Also