STK ObjectsSend comments on this topic.
UseNativeResolution Property (IAgSnCustomPattern)
See Also
Windows





Windows & Linux

Description

Controls pattern subsampling

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseNativeResolution() As Boolean
[C#]
public bool UseNativeResolution {get; set;}
[Managed C++]
public: __property bool get_UseNativeResolution();
public: __property void set_UseNativeResolution( bool );
[Unmanaged C++]
public: HRESULT get_UseNativeResolution(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseNativeResolution(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseNativeResolution();
public void setUseNativeResolution(
    bool
);
[Python - STK API ]
@property
def UseNativeResolution(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.