This document is archived and information here might be outdated.  Recommended version.


IGPName.Factory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPName Interface > IGPName.Factory Property
ArcGIS Developer Help

IGPName.Factory Property

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(
  IUnknown Pointer* Factory
);
[C++]
HRESULT putref_Factory(
  LPUNKNOWN Factory
);
[C++]
Parameters
Factory [out, retval]

Factory is a parameter of type IUnknown* Factory [in]
Factory is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPName Interface

.NET Samples

Calculate area geoprocessing function tool