Get the Grid properties of 3D Graphics window
for the volumetric object.
Read-only property
[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(
|
[Java] |
---|
public IAgVmVOGrid getGrid();
|