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





Windows & Linux

Description

Get or set the slot width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SlotWidth() As Double
[C#]
public double SlotWidth {get; set;}
[Managed C++]
public: __property double get_SlotWidth();
public: __property void set_SlotWidth( double );
[Unmanaged C++]
public: HRESULT get_SlotWidth(
    double * pVal
);
public: HRESULT put_SlotWidth(
    double val
);
[Java]
public double getSlotWidth();
public void setSlotWidth(
    double
);
[Python - STK API ]
@property
def SlotWidth(self) -> float:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.