Click or drag to resize
RepresentationClosed Property
Gets a value that indicates if a representation is closed.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual bool Closed { get; }

Property Value

Type: Boolean
true if this representation is closed, and false if it is not.
See Also