STK ObjectsSend comments on this topic.
BlockFactor Property (IAgVeAttitudeRealTime)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_BlockFactor(
    int BlockFactor
);
[Java]
public Integer getBlockFactor();
public void setBlockFactor(
    Integer
);
[Python - STK API ]
@property
def BlockFactor(self) -> int:

@BlockFactor.setter
def BlockFactor(self, BlockFactor:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.