ProjectInfo.OrganizationDescription Property

ProjectInfoOrganizationDescription Property

Get or Set the Organization Description of the Project Information.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string OrganizationDescription { get; set; }
Public Property OrganizationDescription As String
	Get
	Set
public:
property String^ OrganizationDescription {
	String^ get ();
	void set (String^ value);
}
member OrganizationDescription : string with get, set

Property Value

String
Remarks
This property is used to get or set the Project Number of the Project Information.
See Also