Returns an array that reprsenst the values under the "Referenced Sample Positions" (0040,A132) element.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetReferencedSamplePositions() As Integer() |
C# | |
---|
public int[] GetReferencedSamplePositions() |
C++/CLI | |
---|
public:
array<int>^ GetReferencedSamplePositions(); |
Return Value
Array that contains the values under the "Referenced Sample Positions" (0040,A132) element.
The number of values in this array should equal to
TemporalPointCount.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also