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
SystemObject
  SystemAttribute
    Demo3D.CommonHelpUrlAttribute

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
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