Share

GeometryPointLabelOption<T>.PointType Property



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

Syntax

C#

public T PointType { get; set; }

VB

Public Property PointType As T
	Get
	Set

C++

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

Property Value

T

See Also

Reference

Was this information helpful?