Click or drag to resize

Feature Constructor

Standard constructor

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Feature(
	string id,
	string name,
	FeatureAttrs attrs
)

Parameters

id
Type: SystemString
The FeatureID
name
Type: SystemString
The Feature Name
attrs
Type: NetQuarryFeatureAttrs
Feature attributes
See Also