[This is preliminary documentation and is subject to change.]
Gets the local parameters for the drive
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public virtual Drive..::..DriveParameters Parameters { get; } |
Remarks
![]() |
---|
While this property is marked as "virtual", and can, therefore, be overridden, it is HIGHLY recommended that subclasses overload (by specifying new) this property instead and simply return base.Parameters. The primary reason this property has been marked as being "virtual" is to simplify casting by allowing subclasses to overload this property and return their own parameters class instead of the down casted base Drive..::..DriveParameters class. Details on how to correctly override this property can be found in the Advanced Tutorial under the Tutorials section of the Clarion Library package. |