STK ObjectsSend comments on this topic.
SubstrateHeight Property (IAgAntennaHFSSDesignSlotGap)
See Also
Windows





Windows & Linux

Description

Get or set the substrate height.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubstrateHeight() As Double
[C#]
public double SubstrateHeight {get; set;}
[Managed C++]
public: __property double get_SubstrateHeight();
public: __property void set_SubstrateHeight( double );
[Unmanaged C++]
public: HRESULT get_SubstrateHeight(
    double * pVal
);
public: HRESULT put_SubstrateHeight(
    double val
);
[Java]
public double getSubstrateHeight();
public void setSubstrateHeight(
    double
);
[Python - STK API ]
@property
def SubstrateHeight(self) -> float:

@SubstrateHeight.setter
def SubstrateHeight(self, val:float) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.