DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.Params | Constructors | Fields | Methods | Properties | Events
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;