AncillaryDepth Property
Depth of required ancillary if it isn't round.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:  2017 Subscription Update

Syntax

C#
public double AncillaryDepth { get; }
Visual Basic
Public ReadOnly Property AncillaryDepth As Double
	Get
Visual C++
public:
property double AncillaryDepth {
	double get ();
}

See Also