DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FSubtype | Constructors | Fields | Methods | Properties
Property internal storage for projection subtype.
// Delphi protected var FSubtype : TGIS_CSProjType;
// C++ Builder protected: TGIS_CSProjType* FSubtype;
| Type |
|---|
| TGIS_CSProjType |
PURPOSE: Cache projection family classification.
BEHAVIOR: Stores a TGIS_CSProjType value assigned during initialization.
USAGE: Internal; accessed through the Subtype property.
CONSTRAINTS: Read-only after initialization.