M_Rhino_Geometry_ComponentStatus_WithStates - mcneel/rhinocommon-api-docs GitHub Wiki

ComponentStatus.WithStates Method

Activates any information flag described in any of the two input component statuses and returns a new ComponentStatus with those flags checked.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public ComponentStatus WithStates(
	ComponentStatus additionalStatus
)

VB

Public Function WithStates ( 
	additionalStatus As ComponentStatus
) As ComponentStatus

Parameters

 

additionalStatus
Type: Rhino.Geometry.ComponentStatus
To be used for adding status values.

Return Value

Type: ComponentStatus
[Missing documentation for "M:Rhino.Geometry.ComponentStatus.WithStates(Rhino.Geometry.ComponentStatus)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

ComponentStatus Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️