Click or drag to resize

HelpUrlAttribute Class

When added to an aspect class, this attribute overrides the help button on the aspect in the Aspect Viewer to link to the help website instead of the api website.
Inheritance Hierarchy

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class HelpUrlAttribute : Attribute

The HelpUrlAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHelpUrlAttribute
Initializes a new instance of the HelpUrlAttribute class
Top
Properties
  NameDescription
Public propertyUrl
The page name to link to in the help website.
Top
See Also