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