ObjectSectionStyleValueDeconstruct Method |
Namespace:
Grasshopper.Rhinoceros.Drafting
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void Deconstruct(
out ObjectSectionAttributesSource source,
out ModelSectionStyle value
)
Public Sub Deconstruct (
<OutAttribute> ByRef source As ObjectSectionAttributesSource,
<OutAttribute> ByRef value As ModelSectionStyle
)
Parameters
- source
- Type: ObjectSectionAttributesSource
- value
- Type: Grasshopper.Rhinoceros.DraftingModelSectionStyle
See Also