Share

SurfacePointStyle.DerivedPointsSymbol Property

Gets or sets the value specifying the symbology of the derived point display.



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

Syntax

C#

public PointSymbolType DerivedPointsSymbol { get; set; }

VB

Public Property DerivedPointsSymbol As PointSymbolType
	Get
	Set

C++

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

Property Value

PointSymbolType

See Also

Reference

Was this information helpful?