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





Windows & Linux

Description

The name of the entity meta-data field to use.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Field() As String
[C#]
public string Field {get; set;}
[Managed C++]
public: __property String __gc ^ get_Field();
public: __property void set_Field( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Field(
    BSTR * pField
);
public: HRESULT put_Field(
    BSTR Field
);
[Java]
public String getField();
public void setField(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.