Share

Property<System::String ^,AecRmCString,Autodesk::Civil::CastOp<System::String ^,AecRmCString> >.Value Property



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

Syntax

C#

public virtual string Value { get; set; }

VB

Public Overridable Property Value As String
	Get
	Set

C++

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

Property Value

String

See Also

Reference

Was this information helpful?