STK Vector Geometry ToolSend 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 ReferenceGrid
);
[Java]
public IAgCrdnVolumeGrid getReferenceGrid();
public void setReferenceGrid(
    IAgCrdnVolumeGrid
);
[Python - STK API ]
@property
def ReferenceGrid(self) -> "IAgCrdnVolumeGrid":

@ReferenceGrid.setter
def ReferenceGrid(self, ReferenceGrid:"IAgCrdnVolumeGrid") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.