Click or drag to resize

SupportStandAddCrossBraceAtHeight Property

Property Value

Type: DistanceProperty
An array of heights after which an additional cross brace should be added. If the array is zero length no cross braces will be added. The maximum number of cross braces is equal to the length of the array.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public DistanceProperty[] AddCrossBraceAtHeight { get; set; }

Property Value

Type: DistanceProperty
See Also