Share

AlignmentSubEntity.SubEntityType Property

Gets the alignment sub-entity type.



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

Syntax

C#

public abstract AlignmentSubEntityType SubEntityType { get; }

VB

Public MustOverride ReadOnly Property SubEntityType As AlignmentSubEntityType
	Get

C++

public:
virtual property AlignmentSubEntityType SubEntityType {
	AlignmentSubEntityType get () abstract;
}

Property Value

AlignmentSubEntityType

See Also

Reference

Was this information helpful?