RebarFreeFormAccessorHasValidSurfaceServer Method |
Returns true if the current rebar is created with the Surface Free Form rebar server, false otherwise.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool HasValidSurfaceServer()
Public Function HasValidSurfaceServer As Boolean
public:
bool HasValidSurfaceServer()
member HasValidSurfaceServer : unit -> bool
Return Value
Boolean
Returns true if the current rebar is created with the Surface Free Form rebar server, false otherwise.
See Also