Share

AppliedSubassemblyParam<T>.Comment Property

Gets or sets parameter comment for applied subassembly.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public virtual string Comment { get; set; }

VB

Public Overridable Property Comment As String
	Get
	Set

C++

public:
virtual property String^ Comment {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Implements

IAppliedSubassemblyParamComment

Exceptions

ExceptionCondition
InvalidOperationException Thrown when setting the comment of parameter which is not overridden.
ArgumentNullException Thrown when setting the comment to null.

See Also

Reference

Was this information helpful?