AGI Real-Time Tracking Tool 11 Send comments on this topic.
ReferenceEntityID Property (IAgRt3PolylineArea)
See Also 





Description

The ID of a reference entity to be used as an area.

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 * pRetVal
);
public: HRESULT put_ReferenceEntityID(
BSTR NewReferenceEntityID
);

[Java]
public String getReferenceEntityID();public void setReferenceEntityID(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1