Share

Pipe.SubEntityType Property

Gets the type of the pipe.



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

Syntax

C#

public PipeSubEntityType SubEntityType { get; }

VB

Public ReadOnly Property SubEntityType As PipeSubEntityType
	Get

C++

public:
property PipeSubEntityType SubEntityType {
	PipeSubEntityType get ();
}

Property Value

PipeSubEntityType

See Also

Reference

Was this information helpful?