AssetProperty.NumberOfConnectedProperties Property

AssetPropertyNumberOfConnectedProperties Property

The number of currently connected properties.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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