Share

Section.SourceType Property

Gets the data type of Section.



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

Syntax

C#

public SectionSourceType SourceType { get; }

VB

Public ReadOnly Property SourceType As SectionSourceType
	Get

C++

public:
property SectionSourceType SourceType {
	SectionSourceType get ();
}

Property Value

SectionSourceType

See Also

Reference

Was this information helpful?