AlignmentStationLabelIsValidType Method |
Checks if the type is a valid alignment station label type.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool IsValidType(
Element type
)
Public Shared Function IsValidType (
type As Element
) As Boolean
public:
static bool IsValidType(
Element^ type
)
static member IsValidType :
type : Element -> bool
Parameters
- type Element
- The element type to validate.
Return Value
Boolean
Remarks
See Also