Include grid point native coordinates.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeGridPointNative() As Boolean |
[C#] |
---|
public bool IncludeGridPointNative {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeGridPointNative(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeGridPointNative( VARIANT_BOOL * pVal ); public: HRESULT put_IncludeGridPointNative( VARIANT_BOOL IncludeGridPointNative ); |
[Java] |
---|
public bool getIncludeGridPointNative(); public void setIncludeGridPointNative( bool ); |