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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.