This document is archived and information here might be outdated. Recommended version. |
The Datum of the map model.
[Visual Basic .NET] Public Property Datum As IDatum
[C#] public IDatum Datum {get; set;}
[C++]
HRESULT get_Datum(
IDatum** pVal
);
[C++]
HRESULT put_Datum(
IDatum* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type IDatum** pVal [in]
pVal is a parameter of type IDatum*