DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Params | Methods | Properties
Returns parameters (colors, fills, etc.) object.
// C# public TGIS_ParamsSectionVector Params { get {} set {} }
' VisualBasic Public Property Params As TGIS_ParamsSectionVector Get End Get Set(ByVal value As TGIS_ParamsSectionVector) End Set End Property
// Oxygene public property Params : TGIS_ParamsSectionVector read read;