STK ObjectsSend 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
);
[Python - STK API ]
@property
def IncludeGridPointCartesian(self) -> bool:

@IncludeGridPointCartesian.setter
def IncludeGridPointCartesian(self, IncludeGridPointCartesian:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.