AGI STK Objects 11 Send comments on this topic.
ReferenceType Property (IAgAntennaControl)
See Also 
Windows






Windows & Linux

Description

Gets or sets the antenna control reference type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceType() As AgEAntennaControlRefType

[C#]
public AgEAntennaControlRefType ReferenceType {get; set;}

[Managed C++]
public: __property AgEAntennaControlRefType get_ReferenceType();
public: __property void set_ReferenceType(
AgEAntennaControlRefType
);

[Unmanaged C++]
public: HRESULT get_ReferenceType(
AgEAntennaControlRefType * pRetVal
);
public: HRESULT put_ReferenceType(
AgEAntennaControlRefType NewReferenceType
);

[Java]
public AgEAntennaControlRefType getReferenceType();public void setReferenceType(
AgEAntennaControlRefType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface