An NDoc Documented Class Library

ReadJnt.IsPropertyIncluded Method 

Given a Stroke and a GUID, checks the Stroke's PacketDescription to see if the field corresponding to the GUID is there.

private bool IsPropertyIncluded(
   Stroke stroke,
   Guid pp
);

Parameters

stroke
Stroke to have it's PacketDescription checked
pp
GUID of the field that are checking to see if the PacketDescription contains.

Return Value

bool that is true if the Stroke's PacketDescription has a field corresponding with the GUID.

See Also

ReadJnt Class | Converter Namespace