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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1