Class IfcStorageTypeExtensions
Inheritance
System.Object
IfcStorageTypeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO
Assembly: Xbim.Common.dll
Syntax
public static class IfcStorageTypeExtensions
Methods
| Improve this Doc View SourceIsStepTextFile(String)
Returns true if ifc or stp file extension
Declaration
public static bool IsStepTextFile(this string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.Boolean |
IsStepXmlFile(String)
Declaration
public static bool IsStepXmlFile(this string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.Boolean |
IsStepZipFile(String)
Declaration
public static bool IsStepZipFile(this string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.Boolean |
StorageType(String)
Declaration
public static StorageType StorageType(this string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
StorageType |