This document is archived and information here might be outdated. Recommended version. |
The parameter domain.
[Visual Basic .NET] Public Property Domain As IGPDomain
[C#] public IGPDomain Domain {get; set;}
[C++]
HRESULT get_Domain(
IGPDomain** ppDomain
);
[C++]
HRESULT putref_Domain(
IGPDomain* ppDomain
);
[C++] Parameters ppDomain [out, retval]
ppDomain is a parameter of type IGPDomain** ppDomain [in]
ppDomain is a parameter of type IGPDomain*