This document is archived and information here might be outdated. Recommended version. |
Spheroid parameters.
[Visual Basic .NET] Public Property Spheroid As ISpheroid
[C#] public ISpheroid Spheroid {get; set;}
[C++]
HRESULT get_Spheroid(
ISpheroid** pVal
);
[C++]
HRESULT put_Spheroid(
ISpheroid* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type ISpheroid** pVal [in]
pVal is a parameter of type ISpheroid*