Share

CosmeticWeldDefinition.Area Property

Parent Object: CosmeticWeldDefinition

Description

Read-write property that provides access to the area of the cosmetic weld.

Remarks

When the definition is transient(just being created or copied from an existing CosmeticWeld object), this property is read-write as a String value, the units can be specified as part of the string or it will default to the area units derived from the length units of the document. For example, if the document's length unit is Inch, and you set this property with "0.5" then it will be evaluated as "0.5 in^2". When the definition is associative with a CosmeticWeld object, then this property returns a ModelParameter object, you can use the Expresssion or Value properties of the parameter to get or set the area.

Syntax

CosmeticWeldDefinition.Area() As Variant

Property Value

This is a read/write property whose value is a Variant.

Version

Introduced in version 2017

Was this information helpful?