STK Real-Time Tracking ToolSend comments on this topic.
ReferenceEntityID Property (IAgRt3DistanceQuery)
See Also
Windows





Windows & Linux

Description

The ID of a reference entity which entities must be within a certain distance of.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceEntityID() As String
[C#]
public string ReferenceEntityID {get; set;}
[Managed C++]
public: __property String __gc ^ get_ReferenceEntityID();
public: __property void set_ReferenceEntityID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ReferenceEntityID(
    BSTR * pEntityID
);
public: HRESULT put_ReferenceEntityID(
    BSTR EntityID
);
[Java]
public String getReferenceEntityID();
public void setReferenceEntityID(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.