IStructuralSectionsServer Interface


Interface for the section type parameter server to implement.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public interface IStructuralSectionsServer : IExternalServer
Visual Basic
Public Interface IStructuralSectionsServer _
	Inherits IExternalServer
Visual C++
public interface class IStructuralSectionsServer : IExternalServer

See Also