Share

ParamPoint.Description Property



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

Syntax

C#

public override string Description { get; set; }

VB

Public Overrides Property Description As String
	Get
	Set

C++

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

Property Value

String

Implements

IParamDescription

See Also

Reference

Was this information helpful?