STK AgSearchSend comments on this topic.
InternalUnit Property (IAgSearchControlReal)
See Also
Windows





Windows & Linux

Description

The internal unit of the control. Set by STK.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InternalUnit() As String
[C#]
public string InternalUnit {get; set;}
[Managed C++]
public: __property String __gc ^ get_InternalUnit();
public: __property void set_InternalUnit( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_InternalUnit(
    BSTR * pInternalUnit
);
public: HRESULT put_InternalUnit(
    BSTR InternalUnit
);
[Java]
public String getInternalUnit();
public void setInternalUnit(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.