Share

PropertyMaterial.Value Property



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

Syntax

C#

public override string Value { get; set; }

VB

Public Overrides Property Value As String
	Get
	Set

C++

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

Property Value

String

See Also

Reference

Was this information helpful?