AGI STK Objects 11 Send comments on this topic.
IncludeGridReference Property (IAgVmExportTool)
See Also 
Windows






Windows & Linux

Description

Include grid point native coordinates.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeGridReference() As Boolean

[C#]
public bool IncludeGridReference {get; set;}

[Managed C++]
public: __property bool get_IncludeGridReference();
public: __property void set_IncludeGridReference(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeGridReference(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeGridReference(
VARIANT_BOOL NewIncludeGridReference
);

[Java]
public bool getIncludeGridReference();public void setIncludeGridReference(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface