Share

Property<unsigned int,int,Autodesk::Civil::CastOp<unsigned int,int> >.Value Property



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

Syntax

C#

public virtual uint Value { get; set; }

VB

Public Overridable Property Value As UInteger
	Get
	Set

C++

public:
virtual property unsigned int Value {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

UInt32

See Also

Reference

Was this information helpful?