Description
Block size used when allocating new tracks. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BlockSize() As Integer
|
| [C#] |
|---|
public int BlockSize {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BlockSize(); public: __property void set_BlockSize(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BlockSize(
long * pVal
);
public: HRESULT put_BlockSize(
long BlockSize
);
|
| [Java] |
|---|
public int getBlockSize();
public void setBlockSize(
int
);
|
| [Python - STK API] |
|---|
@property
def BlockSize(self) -> int:
@BlockSize.setter
def BlockSize(self, BlockSize:int) -> None:
|
See Also