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





Windows & Linux

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 ** ppEntity
);
public: HRESULT put_ReferenceEntity(
    IAgPolylineEntity Entity
);
[Java]
public IAgPolylineEntity getReferenceEntity();
public void setReferenceEntity(
    IAgPolylineEntity
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.