BCFclass
File reader for BIM Collaboration Format (BCF) files
Properties | List of all members
BCFmarkup.Comment Class Reference

Comment of a BCF file (referenced by a Markup) More...

Properties

BCFmarkup.ViewPoint MarkupViewPoint [get, set]
 Content of the VisualisationInfo (.bcfv) file More...
 
DateTime Date [get, set]
 
String Author [get, set]
 
String CommentProperty [get, set]
 
CommentViewpoint Viewpoint [get, set]
 
DateTime ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
String ModifiedAuthor [get, set]
 
String Guid [get, set]
 

Detailed Description

Comment of a BCF file (referenced by a Markup)

A Markup may contain multiple Comments, reflecting the discussion on its subject.
The Comment includes the following properties :

DateCreation date of the Comment
AuthorCreation author of the Comment
CommentPropertyText of the Comment
ModifiedDateLast modification date of the Comment
ModifiedAuthorLast modification author of the Comment
ViewpointViewpoint associated to the Comment or null
MarkupViewPointVisualization information object of the viewpoint associated to the Comment

Property Documentation

◆ Author

string BCFmarkup.Comment.Author[get, set]
getset

Comment author

◆ CommentProperty

string BCFmarkup.Comment.CommentProperty[get, set]
getset

The text of the Comment

◆ Date

System DateTime BCFmarkup.Comment.Date[get, set]
getset

Date of the Comment

◆ Guid

string BCFmarkup.Comment.Guid[get, set]
getset

Guid of the Comment

◆ MarkupViewPoint

BCFmarkup.ViewPoint BCFmarkup.Comment.MarkupViewPoint
getset

Content of the VisualisationInfo (.bcfv) file

In addition to the class extracted from the BCF schema

◆ ModifiedAuthor

string BCFmarkup.Comment.ModifiedAuthor[get, set]
getset

The author who modified the Comment

◆ ModifiedDate

System DateTime BCFmarkup.Comment.ModifiedDate[get, set]
getset

The date when Comment was modified

◆ Viewpoint

CommentViewpoint BCFmarkup.Comment.Viewpoint[get, set]
getset

Back reference to the viewpoint GUID.