AGI STK Objects 11 Send comments on this topic.
BlockSize Property (IAgMtoGlobalTrackOptions)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_BlockSize(
long NewBlockSize
);

[Java]
public int getBlockSize();public void setBlockSize(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface