PVIType Property

Gets the type of subentity at the PVI.

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

Syntax

C#

public ProfileEntityType PVIType { get; }

Visual Basic

Public ReadOnly Property PVIType As ProfileEntityType
	Get

Visual C++

public:
property ProfileEntityType PVIType {
	ProfileEntityType get ();
}

Remarks

Property is ProfileEntityType::None for the first and last PVI.

See Also