ProfilePVIPVIType Property |
Gets the type of subentity at the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileEntityType PVIType { get; }
Public ReadOnly Property PVIType As ProfileEntityType
Get
public:
property ProfileEntityType PVIType {
ProfileEntityType get ();
}
Property Value
ProfileEntityType
Remarks
Property is ProfileEntityType::None for the first and last PVI.
See Also