Click or drag to resize

MacroFeatureExTParamsGetParameters Method

Returns the current instance of parameters data model for the feature

Namespace:  CodeStack.SwEx.MacroFeature
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
protected TParams GetParameters(
	IFeature feat,
	IMacroFeatureData featData,
	IModelDoc2 model
)

Parameters

feat
Type: IFeature
Pointer to feature
featData
Type: IMacroFeatureData
Pointer to feature data
model
Type: IModelDoc2
Pointer to model

Return Value

Type: TParams
Current instance of parameters
See Also