Share

Structure.StructureType Property

Gets or sets the pipe network structure type for the structure.



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

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);
}

Property Value

PipeNetworkStructureType

See Also

Reference

Was this information helpful?