This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPName Interface > IGPName.Factory Property (ArcObjects .NET 10.5 SDK) |
The factory object of the GPName object.
[Visual Basic .NET] Public Property Factory As Object
[C#] public object Factory {get; set;}
[C++]
HRESULT get_Factory(
LPUNKNOWN* Factory
);
[C++]
HRESULT putref_Factory(
LPUNKNOWN Factory
);
[C++]
Parameters Factory [out, retval] Factory is a parameter of type LPUNKNOWN Factory [in] Factory is a parameter of type LPUNKNOWN