Share

SectionViewProfileGradePointCollection.Add Method

Adds a profile grade point into profile grade point collection.



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

Syntax

C#

public SectionViewProfileGradePoint Add(
	ObjectId alignmentId
)

VB

Public Function Add ( 
	alignmentId As ObjectId
) As SectionViewProfileGradePoint

C++

public:
SectionViewProfileGradePoint^ Add(
	ObjectId alignmentId
)

Parameters

alignmentId  ObjectId
 

Return Value

SectionViewProfileGradePoint

Exceptions

ExceptionCondition
ArgumentException Thrown when the alignmentId is invalid.

See Also

Reference

Was this information helpful?