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
)
Public Sub New (
id As String,
name As String,
attrs As FeatureAttrs
)
Parameters
- id
- Type: SystemString
The FeatureID - name
- Type: SystemString
The Feature Name - attrs
- Type: NetQuarryFeatureAttrs
Feature attributes
See Also