Class IfcBlobTexture
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcSurfaceTexture>
System.IEquatable<IfcBlobTexture>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBlobTexture", 723)]
public class IfcBlobTexture : IfcSurfaceTexture, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcSurfaceTexture>, IInstantiableEntity, IIfcBlobTexture, IIfcSurfaceTexture, IIfcPresentationItem, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcBlobTexture>, IExpressValidatable
Properties
| Improve this Doc View SourceRasterCode
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcBinary RasterCode { get; set; }
Property Value
Type | Description |
---|---|
IfcBinary |
RasterFormat
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcIdentifier RasterFormat { get; set; }
Property Value
Type | Description |
---|---|
IfcIdentifier |
Methods
| Improve this Doc View SourceEquals(IfcBlobTexture)
Declaration
public bool Equals(IfcBlobTexture other)
Parameters
Type | Name | Description |
---|---|---|
IfcBlobTexture | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcBlobTexture.IfcBlobTextureClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcBlobTexture.IfcBlobTextureClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcBlobTexture.IfcBlobTextureClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcBlobTexture.RasterCode
Declaration
IfcBinary IIfcBlobTexture.RasterCode { get; set; }
Returns
Type | Description |
---|---|
IfcBinary |
IIfcBlobTexture.RasterFormat
Declaration
IfcIdentifier IIfcBlobTexture.RasterFormat { get; set; }
Returns
Type | Description |
---|---|
IfcIdentifier |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>