ModelContentAttributesCloneOnWriteA Method |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected internal static A CloneOnWrite<A>(
ref bool cloned,
ref A attributes
)
where A : ModelContentAttributes
Protected Friend Shared Function CloneOnWrite(Of A As ModelContentAttributes) (
ByRef cloned As Boolean,
ByRef attributes As A
) As A
Parameters
- cloned
- Type: SystemBoolean
- attributes
- Type: A
Type Parameters
- A
Return Value
Type:
ASee Also