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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1