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


IGPName.Factory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IGPName Interface

.NET Samples

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction)