Share

UDP.DefaultValue Property

Gets or sets the default value for the UDP.



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

Syntax

C#

public Object DefaultValue { get; set; }

VB

Public Property DefaultValue As Object
	Get
	Set

C++

public:
property Object^ DefaultValue {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Object

See Also

Reference

Was this information helpful?