Description
Include or ignore interpolation boundaries.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IncludeInterp() As Boolean
|
[C#] |
---|
public bool IncludeInterp {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IncludeInterp(); public: __property void set_IncludeInterp(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_IncludeInterp(
VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeInterp(
VARIANT_BOOL IncludeInterp
);
|
[Java] |
---|
public bool getIncludeInterp();
public void setIncludeInterp(
bool
);
|
[Python - STK API] |
---|
@property
def IncludeInterp(self) -> bool:
@IncludeInterp.setter
def IncludeInterp(self, IncludeInterp:bool) -> None:
|
See Also