| EngineModuleElementParams Property |
Gets the miscellaneous parameters.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic ParamsElement Params { get; }Public ReadOnly Property Params As ParamsElement
Get
public:
property ParamsElement^ Params {
ParamsElement^ get ();
}member Params : ParamsElement with get
Property Value
Type:
ParamsElement
The parameters.
See Also