AGI AgSearch 11 Send comments on this topic.
InternalUnit Property (IAgSearchResult)
See Also 





Description

The internal unit of the result. 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 * pRetVal
);
public: HRESULT put_InternalUnit(
BSTR NewInternalUnit
);

[Java]
public String getInternalUnit();public void setInternalUnit(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1