This document is archived and information here might be outdated. Recommended version. |
Get parameter domain.
[Visual Basic .NET] Public Function get_Domain ( _ ByVal indexParam As Integer _ ) As IGPDomain
[C#] public IGPDomain get_Domain ( int indexParam );
[C++]
HRESULT get_Domain(
long indexParam,
IGPDomain** ppGPDomain
);
[C++]
Parameters indexParam [in]
indexParam is a parameter of type long ppGPDomain [out, retval]
ppGPDomain is a parameter of type IGPDomain**