Table of Contents

Method GetPart

Namespace
Microlithix.Text.Ansi.Element
Assembly
AnsiParser.dll

GetPart(int)

Returns one integer part of the Parameter.

public int GetPart(int index)

Parameters

index int

An index into the list of parts, where an index of zero refers to the first part.

Returns

int

The requested part of the Parameter. If the part doesn't exist, then the value -1 is returned to indicate that the application should treat the missing part as having a default value.