AGI STK Objects 11 Send comments on this topic.
BlockType Property (IAgAntennaModelGpsGlobal)
See Also 





Description

Gets or sets the block type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BlockType() As String

[C#]
public string BlockType {get; set;}

[Managed C++]
public: __property String __gc ^ get_BlockType();
public: __property void set_BlockType(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_BlockType(
BSTR * pRetVal
);
public: HRESULT put_BlockType(
BSTR NewBlockType
);

[Java]
public String getBlockType();public void setBlockType(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1