Checks whether a PathType enum value will be valid to
use with this ExternalFileReference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidPathTypeForExternalFileReference(
PathType pathType
)
Parameters
- pathType PathType
-
Return Value
Boolean
Exceptions
Remarks
- PathType.Server is only valid for ExternalFileReferences of type ExternalFileReferenceType.RevitLink
- PathType.Content is only valid for ExternalFileReferences of type ExternalFileReferenceType.KeynoteTable,
ExternalFileReferenceType.AssemblyCodeTable and ExternalFileReferenceType.Decal
See Also
Reference