This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.Domain Property (ArcObjects .NET 10.5 SDK) |
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