ExtendedPropertiesLinkDataRegion Property

The region of the account that contains the parameter definitions.

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public string Region { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException When setting this property: The region is not valid.
ArgumentNullException When setting this property: A non-optional argument was null
See Also