ViewAnalysisDisplayStyleId Property |
Element id of Analysis Display Style associated with the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId AnalysisDisplayStyleId { get; set; }
Public Property AnalysisDisplayStyleId As ElementId
Get
Set
public:
property ElementId^ AnalysisDisplayStyleId {
ElementId^ get ();
void set (ElementId^ value);
}
member AnalysisDisplayStyleId : ElementId with get, set
Property Value
ElementId
Exceptions
See Also