Parameter.IsShared Property

ParameterIsShared Property

Identifies if the parameter is a shared parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsShared { get; }
Public ReadOnly Property IsShared As Boolean
	Get
public:
property bool IsShared {
	bool get ();
}
member IsShared : bool with get

Property Value

Boolean
See Also