RVTDocs.com

CustomFieldData.SetCustomFieldProperties

Method
Description:
Sets an instance of which represents the properties of this field.
Syntax
public void SetCustomFieldProperties(
	ICustomFieldProperties customFieldProperties
)
Parameters
Parameter Type Description
customFieldProperties ICustomFieldProperties An instance of <a href="c468ee3f-5627-b99b-9219-cd807539e228.htm">ICustomFieldProperties</a> which represents the properties of this field.
Return Value
Exceptions
Exception Condition
ArgumentException The input properties are not valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException Can't set the properties to a CustomFieldData of a SchedulableField (which is not added to a schedule).