Share

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



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

Syntax

C#

public virtual string Description { get; set; }

VB

Public Overridable Property Description As String
	Get
	Set

C++

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

Property Value

String

Implements

IParamDescription

See Also

Reference

Was this information helpful?