- value
- Pointer to a buffer that contains the values to set.
- temporalPointCount
- Size of the specified buffer. TemporalPointCount is updated with this value.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetReferencedSamplePositions( _ ByVal value As IntPtr, _ ByVal temporalPointCount As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetReferencedSamplePositions( IntPtr value, int temporalPointCount ) |
C++/CLI | |
---|---|
public: void SetReferencedSamplePositions( IntPtr value, int temporalPointCount ) |
Parameters
- value
- Pointer to a buffer that contains the values to set.
- temporalPointCount
- Size of the specified buffer. TemporalPointCount is updated with this value.
This is a low-level method that can be used to update the values under the "Referenced Sample Positions" (0040,A132) element.
This method will also update TemporalPointCount property to be equal to temporalPointCount .
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family