STK Vector Geometry ToolSend comments on this topic.
SizeI Property (IAgCrdnVolumeGridResult)
See Also
Windows





Windows & Linux

Description

Number of grid point coordinates representing first dimension of volume grid.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SizeI() As Integer
[C#]
public int SizeI {get;}
[Managed C++]
public: __property int get_SizeI();
[Unmanaged C++]
public: HRESULT get_SizeI(
    int * pRetVal
);
[Java]
public Integer getSizeI();
[Python - STK API ]
@property
def SizeI(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.