IGPName Interface

Provides access to properties of a Geoprocessing Name.

Members

Name Description
Read/write property Category The category of the GPName object.
Read/write property Description The description of the GPName object.
Read/write property DisplayName The descriptive display name of the GPName object.
Read/write property Factory The factory object of the GPName object.
Read/write property Name The name of the GPName object.

IGPName.Category Property

The category of the GPName object.

Public Property Category As String
public string Category {get; set;}

IGPName.Description Property

The description of the GPName object.

Public Property Description As String
public string Description {get; set;}

IGPName.DisplayName Property

The descriptive display name of the GPName object.

Public Property DisplayName As String
public string DisplayName {get; set;}

IGPName.Factory Property

The factory object of the GPName object.

Public Property Factory As Object
public object Factory {get; set;}

IGPName.Name Property

The name of the GPName object.

Public Property Name As String
public string Name {get; set;}

Classes that implement IGPName

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.