Share

Section.SectionPoints Property

Gets all the geometry points of the Section.



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

Syntax

C#

public SectionPointCollection SectionPoints { get; }

VB

Public ReadOnly Property SectionPoints As SectionPointCollection
	Get

C++

public:
property SectionPointCollection^ SectionPoints {
	SectionPointCollection^ get ();
}

Property Value

SectionPointCollection

See Also

Reference

Was this information helpful?