Share

SectionViewGroupCollection.Remove Method

Removes a SectionViewGroup from the collection.



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

Syntax

C#

public bool Remove(
	SectionViewGroup sectionViewGroup
)

VB

Public Function Remove ( 
	sectionViewGroup As SectionViewGroup
) As Boolean

C++

public:
bool Remove(
	SectionViewGroup^ sectionViewGroup
)

Parameters

sectionViewGroup  SectionViewGroup
The SectionViewGroup to be removed.

Return Value

Boolean
If the SectionViewGorup doesn't exist in current Collection, the method will return false. Otherwise, it will return true.

See Also

Reference

Was this information helpful?