Share

SurfaceStyle.PointStyle Property

Gets the style object that specifies properties for surface point objects.



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

Syntax

C#

public SurfacePointStyle PointStyle { get; }

VB

Public ReadOnly Property PointStyle As SurfacePointStyle
	Get

C++

public:
property SurfacePointStyle^ PointStyle {
	SurfacePointStyle^ get ();
}

Property Value

SurfacePointStyle

See Also

Reference

Was this information helpful?