Share

ParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >.Comment Property



Namespace: Autodesk.Civil.Runtime
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

IParamComment

See Also

Reference

Was this information helpful?