Provides access to members that control the properties of projection parameters.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Abbreviation | The abbreviated name of this spatial reference component. | 
![]()  | 
Alias | The alias of this spatial reference component. | 
![]()  | 
FactoryCode | The factory code (WKID) of the spatial reference. | 
![]()  | 
Index | The index of a projection parameter within a projected coordinate system's parameter array. | 
![]()  | 
Name | The name of this spatial reference component. | 
![]()  | 
Remarks | The comment string of this spatial reference component. | 
![]()  | 
Value | The numerical value of a projection parameter. | 
IParameter.Index Property
The index of a projection parameter within a projected coordinate system's parameter array.
Public ReadOnly Property Index As Integer
public int Index {get;}
Description
Returns the index value of a particular parameter.
IParameter.Value Property
The numerical value of a projection parameter.
Public Property Value As Double
public double Value {get; set;}
Description
Retrieves the value of a particular parameter.
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| ISpatialReferenceInfo | Provides access to members that control the properties common to all components of a spatial reference system. | 
Classes that implement IParameter
| Classes | Description | 
|---|---|
| Parameter | Creates a parameter. | 

