ArcObjects Library Reference (DefenseSolutions)  

IParser.Parse Method

Parse the InputString into the ParsedString.

[Visual Basic .NET]
Public Sub Parse ( _
)
[C#]
public void Parse (
);
[C++]
HRESULT Parse(
void
);

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Perform the parsing operation.

See Also

IParser Interface