DK11 for Delphi | GisCsProjections.InCSProjParameterSet | Constants | Enums | Fields | Methods | Classes | Records | Types
Test if particular parameter is supported by a given projection.
// Delphi function InCSProjParameterSet( const _val : TGIS_CSProjParameter; const _set : TGIS_CSProjParameterSet ) : Boolean;
// C++ Builder extern DELPHI_PACKAGE bool InCSProjParameterSet( TGIS_CSProjParameter* const _val, TGIS_CSProjParameterSet* const _set );
Name | Type | Description |
---|---|---|
_val | TGIS_CSProjParameter | parameter to be tested |
_set | TGIS_CSProjParameterSet | set of parameters supported by projection |
Type | Description |
---|---|
Boolean | True if parameter is supported. |
Defined as a platform independent set tester.