Get the stems of the keywords that are associated with table columns. Users can supplement this with their own and call the appropriate deleteColumns fields.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property ColumnKeyStems As String() |
C# |
---|
public abstract string[] ColumnKeyStems { get; } |
C++ |
---|
public abstract property string[] ColumnKeyStems abstract { array<String>^ get(); } |
J# |
---|
/** property */ public string[] get_ColumnKeyStems(); |
JScript |
---|
public function get ColumnKeyStems() : String[] |