Class BatchBuildingEventCoreArgs
Inheritance
BatchBuildingEventCoreArgs
Syntax
public sealed class BatchBuildingEventCoreArgs : ValueType
Properties
baseFeatures
Declaration
public List<string> baseFeatures { get; }
Property Value
batch
Declaration
public IBatch batch { get; }
Property Value
combinedFeatures
Declaration
public List<List<string>> combinedFeatures { get; }
Property Value
selectedFeatures
Declaration
public List<string> selectedFeatures { get; }
Property Value
Methods
GetFeatureSet(String)
Declaration
public string GetFeatureSet(string feature)
Parameters
| Type |
Name |
Description |
| String |
feature |
|
Returns