Share

WatershedDrainPointStyle.PointDisplayType Property

Specifies point display type



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

Syntax

C#

public PointSymbolType PointDisplayType { get; set; }

VB

Public Property PointDisplayType As PointSymbolType
	Get
	Set

C++

public:
property PointSymbolType PointDisplayType {
	PointSymbolType get ();
	void set (PointSymbolType value);
}

Property Value

PointSymbolType

See Also

Reference

Was this information helpful?