Share

AssetProperty.GetConnectedProperty Method

Gets one connected property with specified index.


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public AssetProperty GetConnectedProperty(
	int index
)

Parameters

index  Int32
 

Return Value

AssetProperty
The AProperty of that index.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException index is out of range.

See Also

Reference

Was this information helpful?