Share

PressurePartProperty.Id Property

Gets the unique Id which represents a property in Pressure Part Data.



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

Syntax

C#

public uint Id { get; }

VB

Public ReadOnly Property Id As UInteger
	Get

C++

public:
property unsigned int Id {
	unsigned int get ();
}

Property Value

UInt32

See Also

Reference

Was this information helpful?