DK11 for .NET | TatukGIS.NDK.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.
// C# public void ParamsAsDrawn( TGIS_Shape _shp, TGIS_ParamsSectionVector _params );
' VisualBasic Public Sub ParamsAsDrawn( ByVal _shp As TGIS_Shape, ByVal _params As TGIS_ParamsSectionVector )
// Oxygene public procedure ParamsAsDrawn( _shp : TGIS_Shape; _params : TGIS_ParamsSectionVector );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to evaluate when preparing params |
_params | TGIS_ParamsSectionVector | params to be set (must be allocated) |