DK11 for Delphi | GisLayerVector.TGIS_LayerVector.ParamsAsDrawn | Constructors | Fields | Methods | Properties | Events
Gets a shape's styling parameters that are used during drawing in the viewer, and fills the _params parameter.
// Delphi public procedure ParamsAsDrawn( const _shp : TGIS_Shape; const _params : TGIS_ParamsSectionVector );
// C++ Builder public: void ParamsAsDrawn( TGIS_Shape* const _shp, TGIS_ParamsSectionVector* const _params );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to evaluate when preparing params |
_params | TGIS_ParamsSectionVector | params to be set (must be allocated) |