Share

ProfilePVI.PVIType Property

Gets the type of subentity at the PVI.



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

Syntax

C#

public ProfileEntityType PVIType { get; }

VB

Public ReadOnly Property PVIType As ProfileEntityType
	Get

C++

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

Property Value

ProfileEntityType

Remarks

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

See Also

Reference

Was this information helpful?