PointType Property

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

Syntax

C#

public T PointType { get; set; }

Visual Basic

Public Property PointType As T
	Get
	Set

Visual C++

public:
property T PointType {
	T get ();
	void set (T value);
}

See Also