Value Property

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

Syntax

C#

public virtual AnchorPointType Value { get; set; }

Visual Basic

Public Overridable Property Value As AnchorPointType
	Get
	Set

Visual C++

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

See Also