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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.