Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}