Get the string name representing tierId _localTier<tierId>
Namespace: Lucene.Net.Spatial.Tier.ProjectorsAssembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public string GetTierFieldName( int tierId ) |
Visual Basic |
---|
Public Function GetTierFieldName ( _ tierId As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetTierFieldName( int tierId ) |
Parameters
- tierId
- Type: System..::..Int32
The tier id.
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.CartesianTierPlotter.GetTierFieldName(System.Int32)"]