  | 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)
Syntaxprotected TParams GetParameters(
	IFeature feat,
	IMacroFeatureData featData,
	IModelDoc2 model
)
Protected Function GetParameters ( 
	feat As IFeature,
	featData As IMacroFeatureData,
	model As IModelDoc2
) As TParams
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: 
TParamsCurrent instance of parameters
See Also