DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Params | Constructors | Fields | Methods | Properties
Returns parameters (colors, fills etc) object. If object was not allocated then Layer level parameters will be returned.
// 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;