Share

UDPBoolean.DefaultValue Property



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

Syntax

C#

public bool DefaultValue { get; set; }

VB

Public Property DefaultValue As Boolean
	Get
	Set

C++

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

Property Value

Boolean

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?