CBDisk.TracksPerCylinder property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies the number of tracks in the cylinder of the virtual disk.
Declaration
[Pascal]
property TracksPerCylinder : LongWord;
[C++ (Lib)]
unsigned long GetTracksPerCylinder();
void SetTracksPerCylinder(unsigned long Value);
[C++ (VCL)]
__property unsigned long TracksPerCylinder;
[C++ (.NET)]
UInt32 TracksPerCylinder;
[C#]
UInt32 TracksPerCylinder;
[VB.NET]
Public Property TracksPerCylinder As UInt32
Description
Use this property to set or query the number of tracks per cylinder in the media. Various device types with different geometry use different values of this parameter.
See also
Got questions or comments about this topic? Tell us about them.

