Share

ProfileEntity.EntityType Property

Gets the profile entity type, either Tangent, Circular, ParabolaSymmetric or ParabolaAsymmetric



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

Syntax

C#

public abstract ProfileEntityType EntityType { get; }

VB

Public MustOverride ReadOnly Property EntityType As ProfileEntityType
	Get

C++

public:
virtual property ProfileEntityType EntityType {
	ProfileEntityType get () abstract;
}

Property Value

ProfileEntityType

See Also

Reference

Was this information helpful?