Share via


ITransformProperty::get_PointCount

The get_PointCount method retrieves a count of time points in the current property.

Syntax

HRESULT get_PointCount(
  long*  plCount,
);

Parameters

plCount

[out]  Pointer to the count of points in the current property. This can be used with the get_Point method to iterate through all the points in the current property.

Return Values

The method returns an HRESULT of S_OK for success, or a standard COM error code for failure.

Requirements

Client: Windows Vista

Header: Include gputransformplugin.h and GPUPipelineTime.h.

Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).

See Also