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