Gets or sets the pipe network structure type for the structure.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PipeNetworkStructureType StructureType { get; set; }
VB
Public Property StructureType As PipeNetworkStructureType Get Set
C++
public: property PipeNetworkStructureType StructureType { PipeNetworkStructureType get (); void set (PipeNetworkStructureType value); }