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






Windows & Linux

Description

Include grid point cartesian coordinates.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeGridPointCartesian() As Boolean
[C#]
public bool IncludeGridPointCartesian {get; set;}
[Managed C++]
public: __property bool get_IncludeGridPointCartesian();
public: __property void set_IncludeGridPointCartesian( bool );
[Unmanaged C++]
public: HRESULT get_IncludeGridPointCartesian(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeGridPointCartesian(
    VARIANT_BOOL IncludeGridPointCartesian
);
[Java]
public bool getIncludeGridPointCartesian();
public void setIncludeGridPointCartesian(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.