STK ObjectsSend comments on this topic.
UseRangeMeasure Property (IAgAdvCAT)
See Also
Windows





Windows & Linux

Description

Enable/disable use range measure

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRangeMeasure() As Boolean
[C#]
public bool UseRangeMeasure {get; set;}
[Managed C++]
public: __property bool get_UseRangeMeasure();
public: __property void set_UseRangeMeasure( bool );
[Unmanaged C++]
public: HRESULT get_UseRangeMeasure(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRangeMeasure(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseRangeMeasure();
public void setUseRangeMeasure(
    bool
);
[Python - STK API ]
@property
def UseRangeMeasure(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.