AssetProperty.NumberOfConnectedProperties Property

AssetPropertyNumberOfConnectedProperties Property

The number of currently connected properties.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int NumberOfConnectedProperties { get; }
Public ReadOnly Property NumberOfConnectedProperties As Integer
	Get
public:
property int NumberOfConnectedProperties {
	int get ();
}
member NumberOfConnectedProperties : int with get

Property Value

Int32
See Also