STK ObjectsSend comments on this topic.
ActiveGridPoints Property (IAgVmVOVolume)
See Also
Windows





Windows & Linux

Description

Get Active Grid Points values for Volume property in the 3D Graphics properties for Volumetric object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.