AGI STK Objects 11 Send comments on this topic.
BlockFactor Property (IAgVeAttitudeRealTime)
See Also 





Description

A block factor used to help size allocated memory used to hold the history

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BlockFactor() As Integer

[C#]
public int BlockFactor {get; set;}

[Managed C++]
public: __property int get_BlockFactor();
public: __property void set_BlockFactor(
int
);

[Unmanaged C++]
public: HRESULT get_BlockFactor(
int * pRetVal
);
public: HRESULT put_BlockFactor(
int NewBlockFactor
);

[Java]
public ppInteger getBlockFactor();public void setBlockFactor(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1