Share via


ContextNodeBase.GetPacketDescription Method

For use with base classes only. Gets an array of type Guid that describes the types of packet data stored in the stroke with the specified identifier.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Function GetPacketDescription ( _
    strokeId As Integer _
) As Guid()
'Usage
Dim instance As ContextNodeBase 
Dim strokeId As Integer 
Dim returnValue As Guid()

returnValue = instance.GetPacketDescription(strokeId)
public Guid[] GetPacketDescription(
    int strokeId
)
public:
array<Guid>^ GetPacketDescription(
    int strokeId
)
public function GetPacketDescription(
    strokeId : int
) : Guid[]

Parameters

  • strokeId
    Type: System.Int32

    The identifier for the stroke.

Return Value

Type: array<System.Guid[]
The array of type Guid that describes the types of packet data stored in the stroke with the specified identifier.

Remarks

An ArgumentException is thrown if the ContextNodeBase object does not contain a stroke with the strokeId identifier.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNodeBase Class

ContextNodeBase Members

System.Windows.Ink.AnalysisCore Namespace

ContextNodeBase.GetPacketData