IsFilled Property (StepArea)
In This Topic
Gets or sets whether the area inside points is filled.
Syntax
'Declaration
Public Property IsFilled As Boolean
'Usage
Dim instance As StepArea
Dim value As Boolean
instance.IsFilled = value
value = instance.IsFilled
public bool IsFilled {get; set;}
See Also