MEPNetworkIterator.SystemId Property

MEPNetworkIteratorSystemId Property

The optional MEP system element id where the iterations are restricted.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId SystemId { get; set; }
Public Property SystemId As ElementId
	Get
	Set
public:
property ElementId^ SystemId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member SystemId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also