Gets the number of values under the "Referenced Sample Positions" (0040,A132) element, the "Referenced
Time Offsets" (0040,A138) element, or the "Referenced Datetime" (0040,A13A) element.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property TemporalPointCount As Integer |
C# | |
---|
public int TemporalPointCount {get;} |
C++/CLI | |
---|
public:
property int TemporalPointCount {
int get();
} |
Return Value
The number of values under the "Referenced Sample Positions" (0040,A132) element, the "Referenced Time
Offsets" (0040,A138) element, or the "Referenced Datetime" (0040,A13A) element.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also