Skip to content

GottenFeatureValueClassBreakStyleEventArgs

Namespace: ThinkGeo.Core

Represents the GottenFeatureValueClassBreakStyleEventArgs class.

public class GottenFeatureValueClassBreakStyleEventArgs : System.EventArgs

Inheritance objectEventArgsGottenFeatureValueClassBreakStyleEventArgs

Properties

Value

Gets or sets the Value.

public double Value { get; set; }

Property Value

double

Feature

Gets or sets the Feature.

public Feature Feature { get; set; }

Property Value

Feature

ColumnName

Gets or sets the ColumnName.

public string ColumnName { get; set; }

Property Value

string

Constructors

GottenFeatureValueClassBreakStyleEventArgs()

Initializes a new instance of the GottenFeatureValueClassBreakStyleEventArgs class.

public GottenFeatureValueClassBreakStyleEventArgs()

GottenFeatureValueClassBreakStyleEventArgs(Feature, string, double)

Initializes a new instance of the GottenFeatureValueClassBreakStyleEventArgs class.

public GottenFeatureValueClassBreakStyleEventArgs(Feature feature, string columnName, double value)

Parameters

feature Feature

columnName string

value double