Description
Auto Compute Fill Granularity.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AutoGranularity() As Boolean
|
[C#] |
---|
public bool AutoGranularity {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AutoGranularity(); public: __property void set_AutoGranularity(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AutoGranularity(
VARIANT_BOOL * pVal
);
public: HRESULT put_AutoGranularity(
VARIANT_BOOL AutoGranularity
);
|
[Java] |
---|
public bool getAutoGranularity();
public void setAutoGranularity(
bool
);
|
[Python - STK API] |
---|
@property
def AutoGranularity(self) -> bool:
@AutoGranularity.setter
def AutoGranularity(self, AutoGranularity:bool) -> None:
|
See Also