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





Description

The reference entity to be used as an area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceEntity() As IAgPolylineEntity

[C#]
public IAgPolylineEntity ReferenceEntity {get; set;}

[Managed C++]
public: __property IAgPolylineEntity^ get_ReferenceEntity();
public: __property void set_ReferenceEntity(
IAgPolylineEntity ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceEntity(
IAgPolylineEntity ** ppRetVal
);
public: HRESULT put_ReferenceEntity(
IAgPolylineEntity * pNewReferenceEntity
);

[Java]
public IAgPolylineEntity getReferenceEntity();public void setReferenceEntity(
IAgPolylineEntity
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1