STK ObjectsSend comments on this topic.
Grid Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Get the Grid properties of 3D Graphics window for the volumetric object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Grid() As IAgVmVOGrid
[C#]
public IAgVmVOGrid Grid {get;}
[Managed C++]
public: __property IAgVmVOGrid ^ get_Grid();
[Unmanaged C++]
public: HRESULT get_Grid(
    IAgVmVOGrid ** ppVal
);
[Java]
public IAgVmVOGrid getGrid();
[Python - STK API ]
@property
def Grid(self) -> "IAgVmVOGrid":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.