DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlLegendForm.Execute | Overloads | Methods
Execute dialog on a given layer.
Available also on: Delphi VCL | ActiveX.
// C# public DialogResult Execute( TGIS_Layer _layer, TGIS_ControlLegend _legend );
' VisualBasic Public Function Execute( ByVal _layer As TGIS_Layer, ByVal _legend As TGIS_ControlLegend ) As DialogResult
// Oxygene public function Execute( _layer : TGIS_Layer; _legend : TGIS_ControlLegend ) : DialogResult;
Name | Type | Description |
---|---|---|
_layer | TGIS_Layer | layer to be attached |
_legend | TGIS_ControlLegend | legend control to be used; can be nil |
Type | Description |
---|---|
DialogResult | dialog result returned by ShowDialog |