ExternalDataManagerDataItemPathType Property |
The path type of the saved path (e.g. "Absolute", "Relative", "Cloud").
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string PathType { get; set; }Public Property PathType As String
Get
Set
public:
property String^ PathType {
String^ get ();
void set (String^ value);
}member PathType : string with get, set
Property Value
String
Exceptions
See Also