Description
Gets the option for enabling evenly spaced layer heights.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableEvenlySpacedHeights() As Boolean
|
[C#] |
---|
public bool EnableEvenlySpacedHeights {get;}
|
[Managed C++] |
---|
public: __property bool get_EnableEvenlySpacedHeights();
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableEvenlySpacedHeights(
VARIANT_BOOL * pVal
);
|
[Java] |
---|
public bool getEnableEvenlySpacedHeights();
|
[Python - STK API] |
---|
@property
def EnableEvenlySpacedHeights(self) -> bool:
|
See Also