RVTDocs.com

RebarCoverType.Create

Method
Description:
Creates a new CoverType in the document.
Syntax
public static RebarCoverType Create(
	Document doc,
	string name,
	double coverDistance
)
Parameters
Parameter Type Description
doc Document
name String
coverDistance Double
Return Value
Exceptions
Exception Condition
ArgumentException name is an empty string.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException coverDistance cannot be negative.