Get Active Grid Points values for Volume property in the 3D Graphics properties for Volumetric object.
Read-only property
[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": |