Class IfcImageTexture
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcSurfaceTexture>
System.IEquatable<IfcImageTexture>
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("IfcImageTexture", 727)]
public class IfcImageTexture : IfcSurfaceTexture, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcSurfaceTexture>, IInstantiableEntity, IIfcImageTexture, IIfcSurfaceTexture, IIfcPresentationItem, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcImageTexture>
Properties
| Improve this Doc View SourceURLReference
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcURIReference URLReference { get; set; }
Property Value
Type | Description |
---|---|
IfcURIReference |
Methods
| Improve this Doc View SourceEquals(IfcImageTexture)
Declaration
public bool Equals(IfcImageTexture other)
Parameters
Type | Name | Description |
---|---|---|
IfcImageTexture | 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
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcImageTexture.URLReference
Declaration
IfcURIReference IIfcImageTexture.URLReference { get; set; }
Returns
Type | Description |
---|---|
IfcURIReference |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>