Share

PropertyAnchorPoint.Value Property



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

Syntax

C#

public virtual AnchorPointType Value { get; set; }

VB

Public Overridable Property Value As AnchorPointType
	Get
	Set

C++

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

Property Value

AnchorPointType

See Also

Reference

Was this information helpful?