Share

ParamBase<3,double,double,Autodesk::Civil::Runtime::CastOp<double,double> >.Comment Property



Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

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?