Visual Basic (Declaration) | |
---|---|
Public Shared Function GetDataTypeSize( _ ByVal dataType As RasterCommentMetadataDataType _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static int GetDataTypeSize( RasterCommentMetadataDataType dataType ) |
Managed Extensions for C++ | |
---|---|
public: static int GetDataTypeSize( RasterCommentMetadataDataType dataType ) |
C++/CLI | |
---|---|
public: static int GetDataTypeSize( RasterCommentMetadataDataType dataType ) |
Parameters
- dataType
- The RasterCommentMetadataDataType for which to get the size.
Return Value
The size (in bytes) of dataType.For an example, refer to IptcSeparator.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family