Main Content
isInactivePropertyImpl
Class: matlab.System
Status of inactive property
Syntax
flag = isInactivePropertyImpl(obj,prop)
Description
flag = isInactivePropertyImpl(
specifies whether a public, non-state property is inactive and not visible for the current
object configuration. An inactive property is a property that is not
relevant to the object because of the values of other properties. Inactive properties are not
shown if you use the obj
,prop
)disp
method to display object properties. If you
attempt to use public access to directly access or use get
or set
on an inactive property, a warning
occurs.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2012b