ExternalServices.BuiltInExternalServices.StructuralSectionsService Property

ExternalServicesBuiltInExternalServicesStructuralSectionsService Property

The external service supporting view and modification of the structural sections shape in structural elements. The service is still under development and cannot be used. It means that no server can be external registered from it yet.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static ExternalServiceId StructuralSectionsService { get; }
Public Shared ReadOnly Property StructuralSectionsService As ExternalServiceId
	Get
public:
static property ExternalServiceId^ StructuralSectionsService {
	ExternalServiceId^ get ();
}
static member StructuralSectionsService : ExternalServiceId with get

Property Value

ExternalServiceId
See Also