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.8.0.0 (5.8.21.0208)
Syntax public SourceNavigatorPath NewFromIndex(
int startIndex
)
Public Function NewFromIndex (
startIndex As Integer
) As SourceNavigatorPath
Parameters
- startIndex
- Type: SystemInt32
0 based index in this path which is the start of the new path to return
Return Value
Type:
SourceNavigatorPatha 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