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