STK ObjectsSend comments on this topic.
SupportedContourTypes Property (IAgAntennaContourGraphics)
See Also
Windows





Windows & Linux

Description

Gets an array of the supported contour types.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedContourTypes() As System.Array
[C#]
public System.Array SupportedContourTypes {get;}
[Managed C++]
public: __property System::Array get_SupportedContourTypes();
[Unmanaged C++]
public: HRESULT get_SupportedContourTypes(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSupportedContourTypes();
[Python - STK API ]
@property
def SupportedContourTypes(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.