This document is archived and information here might be outdated. Recommended version. |
Dim value (0-255).
[Visual Basic .NET]
Public Property DimValue As Short
[C#]
public short DimValue {get; set;}
[C++]
HRESULT get_DimValue(
short dim
);
[C++]
HRESULT put_DimValue(
System.Int16* dim
);
[C++] Parameters dim [in]
dim is a parameter of type short dim [out, retval]
dim is a parameter of type short*