StructuralConnectionHandlerType.ConnectionGuid Property

StructuralConnectionHandlerTypeConnectionGuid Property

The GUID to use for identifying connection geometry generation algorithm.

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

Property Value

Guid
See Also