ContextNodeBase.GetStrokeIds Method
For use with base objects only. Returns an array of identifiers for the strokes within the ContextNodeBase object.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in iacore.dll)
Syntax
'Declaration
Public Function GetStrokeIds As Integer()
'Usage
Dim instance As ContextNodeBase
Dim returnValue As Integer()
returnValue = instance.GetStrokeIds
public int[] GetStrokeIds ()
public:
array<int>^ GetStrokeIds ()
public int[] GetStrokeIds ()
public function GetStrokeIds () : int[]
Not applicable.
Return Value
An array of integers that are identifiers for the strokes within the ContextNodeBase object.
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
ContextNodeBase Class
ContextNodeBase Members
System.Windows.Ink.AnalysisCore Namespace
ContextNode.Strokes