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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1