Share

ParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >.Value Property



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

Syntax

C#

public virtual int Value { get; set; }

VB

Public Overridable Property Value As Integer
	Get
	Set

C++

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

Property Value

Int32

See Also

Reference

Was this information helpful?