AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.