AGI STK VGT 11 Send comments on this topic.
ReferenceGrid Property (IAgCrdnVolumeGridConstrained)
See Also 
Windows






Windows & Linux

Description

Get the reference system in which spherical parameters are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceGrid() As IAgCrdnVolumeGrid

[C#]
public IAgCrdnVolumeGrid ReferenceGrid {get; set;}

[Managed C++]
public: __property IAgCrdnVolumeGrid^ get_ReferenceGrid();
public: __property void set_ReferenceGrid(
IAgCrdnVolumeGrid ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceGrid(
IAgCrdnVolumeGrid ** ppRetVal
);
public: HRESULT put_ReferenceGrid(
IAgCrdnVolumeGrid * pNewReferenceGrid
);

[Java]
public IAgCrdnVolumeGrid getReferenceGrid();public void setReferenceGrid(
IAgCrdnVolumeGrid
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface