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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.