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





Windows & Linux

Description

Get or set the slot length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SlotLength() As Double
[C#]
public double SlotLength {get; set;}
[Managed C++]
public: __property double get_SlotLength();
public: __property void set_SlotLength( double );
[Unmanaged C++]
public: HRESULT get_SlotLength(
    double * pVal
);
public: HRESULT put_SlotLength(
    double val
);
[Java]
public double getSlotLength();
public void setSlotLength(
    double
);
[Python - STK API ]
@property
def SlotLength(self) -> float:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.