Provides access to properties of a Geoprocessing Name.
Members
Name | Description | |
---|---|---|
Category | The category of the GPName object. | |
Description | The description of the GPName object. | |
DisplayName | The descriptive display name of the GPName object. | |
Factory | The factory object of the GPName object. | |
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 |
---|