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

© 2018 Analytical Graphics, Inc. All Rights Reserved.